File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
articles/getting_to_know/howto/content_pipeline Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,13 @@ To allow your game to work on as many devices as possible we need to support mul
101101
102102In the Content Editor
103103
104- 1 . Add a new folder for your new desired Suffix. This is usually in the form of ` Textures<suffix> ` .
104+ 1 . Add a new folder for your desired Suffix. This is usually in the form of ` Textures<suffix> ` .
105+ ![ Add Folder] ( ./images/HowTo_PackageTextures_Android_Add.png )
1051062 . Right click on the new folder and Add an Existing File.
1061073 . Select the file you want to use for this Suffix and Add it
108+ ![ Folder Structure] ( ./images/HowTo_PackageTextures_Android_Folder.png )
1071094 . In the Properties of the new file change the TextureFormat to be the one which matches the desired Suffix.
110+ ![ Change Properties] ( ./images/HowTo_PackageTextures_AndroidATSC.png )
108111
109112As you can see, supporting multiple texture compression formats is now quite easy.
110113
You can’t perform that action at this time.
0 commit comments