You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Build Report Tool. I can confirm the size of the build increases with the images. I know it's just about 0.5 MB but I'm making a WebGL game carefully tuned to fit into 7.0 MB!
This might be a longstanding Unity issue. The workaround is to delete the files and commenting out the EditorGUI calls. Moving the files to Editor Default Resources also fixes the problem but creates another: the editor code needs to be updated to find the files there.
The text was updated successfully, but these errors were encountered:
Hum so you cant use Editor Default Resources because that folder is unique, and must be in the root. Bit unsure what the correct way to go about this is!
We need to load a texture into a static class without using Resource/EditorResource Load
According to Build Report Tool. I can confirm the size of the build increases with the images. I know it's just about 0.5 MB but I'm making a WebGL game carefully tuned to fit into 7.0 MB!
This might be a longstanding Unity issue. The workaround is to delete the files and commenting out the EditorGUI calls. Moving the files to Editor Default Resources also fixes the problem but creates another: the editor code needs to be updated to find the files there.
The text was updated successfully, but these errors were encountered: