0
Аяқталған
Migrate assets in the /SF/Editor/Resources/ to improve build size.
Anything in a /Resources/ folder gets added into a Unity build, even ones for strictly editor side use like SF. Using the Build Report Tool, all the textures and meshes adds like 430kb or so to it, which could be an issue for web builds since download size can be important.
An alternative is to use /Assets/Editor Default Resources/ - see http://docs.unity3d.com/Documentation/ScriptReference/EditorGUIUtility.Load.html - however it does mean it loses the appeal of being self-contained in the one SF folder. =(
An alternative is to use /Assets/Editor Default Resources/ - see http://docs.unity3d.com/Documentation/ScriptReference/EditorGUIUtility.Load.html - however it does mean it loses the appeal of being self-contained in the one SF folder. =(
Answer
0
Answer
Аяқталған
Freya Holmér (Developer) 11 year бұрын
It's now no longer using a Resources folder, as of Beta 0.36 :)
Answer
Аяқталған
It's now no longer using a Resources folder, as of Beta 0.36 :)
Customer support service by UserEcho