You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Updated import_textures (markdown)
@@ -3,7 +3,7 @@
|
|||||||
### Do NOT to import them in most cases.
|
### Do NOT to import them in most cases.
|
||||||
|
|
||||||
In most cases you **don't** want images imported when dealing with 2D and GUI. Just copy them to the filesystem. Read the tutorial on [dealing with image files](image_files) before continuing!
|
In most cases you **don't** want images imported when dealing with 2D and GUI. Just copy them to the filesystem. Read the tutorial on [dealing with image files](image_files) before continuing!
|
||||||
For 3D, textures are always imported by the 3D scene importer. The flags and options are the same as here, so reading the rest of the document might help too.
|
For 3D, textures are always imported by the 3D scene importer, so importing those is only useful when importing a texture used for 3D that doesn't come with the 3D scene (for example, in a shader). The flags and options are the same as here, so reading the rest of the document might help too.
|
||||||
|
|
||||||
### OK you _might_ want to import them.
|
### OK you _might_ want to import them.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user