Unity3D Errors And Fix
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.