Unity3D Errors And Fix

Author

Error: Shader warning in 'Custom/ShowAnimation': Not enough temporary registers, needs 9 (compiling for flash) at line 17
Fixed: Add #pragma target 3.0” into the shader

Error & Fixed: Unity will take a lots of memory and frozen while some C# scripts files which will not saved as UTF-8 format and contains some multiply-bytes characters.

原文地址:https://www.cnblogs.com/open-coder/p/4357036.html