1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00
Files
godot/doc/classes
Allen Pestaluky c6e994bf6d EditorExportPlugin docs: Workaround for #94045. Describes behaviour of customizing texture resources.
The list of types that should not be both customized and skipped was created through trial-and-error with the following import types:

- AnimationLibrary
- BitMap
- Translation
- CompressedCubemap
- CompressedCubemapArray
- FontFile
- FontFile
- FontFile
- RDShaderFile
- Image
- AudioStreamMP3
- AudioStreamWAV
- ArrayMesh
- PackedScene
- CompressedTexture2D
- CompressedTexture2DArray
- CompressedTexture3D
- AtlasTexture
- AudioStreamOggVorbis

The reason `skip()` should not be called is because the original resource will now point to the `.ctex` (or equivalent) file of the resource that replaced it. In this scenario, the `.ctex` file that was initially referenced by the original resource will no longer be included in the project.

Co-authored-by: Tomek <kobewi4e@gmail.com>
2024-09-30 09:20:56 -04:00
..
2024-09-26 13:00:17 -07:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-09-25 12:08:06 +02:00
2024-09-25 12:08:06 +02:00
2024-05-09 14:36:28 +02:00
2024-09-17 14:35:18 +02:00
2024-05-14 19:22:50 +12:00
2024-07-07 22:15:23 +02:00
2024-04-13 15:18:12 -03:00
2024-07-17 18:53:03 +02:00
2024-09-16 16:26:15 +02:00
2024-09-01 17:00:47 +02:00
2024-04-23 08:28:48 +04:00
2024-06-15 18:21:05 +02:00
2024-06-15 18:21:05 +02:00