Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Document limitations of placeholder textures | Ninni Pipping | |
(cherry picked from commit bd2e3770070821bcc6b3b81d8a0d2ff394a98622) | |||
2022-11-11 | Document Texture, CompressedTexture and Placeholder classes | Hugo Locurcio | |
2022-04-28 | Implement placeholder assets | reduz | |
* Placeholder textures * Placeholder meshes * Placeholder material This PR is the first step towards implementing https://github.com/godotengine/godot-proposals/issues/2756 It adds an asset type that uses no resources, which can be used to replace the existing ones on export for using on the upcoming server export. |