随笔分类 - Unity
摘要:属性 方法 UNITY_EDITOR #define directive for calling Unity Editor scripts from your game code. UNITY_EDITOR_WIN #define directive for Editor code on Windows. UNITY_EDITOR_OSX #define directive for E...
阅读全文
摘要: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: Uni...
阅读全文
摘要:I created a full white texture with 4x4 size. Unity requires that compressed texture size should be at least 4x4. This will cause some artifact on some Android device, and the frame rate was very slow...
阅读全文
摘要:Author: http://www.cnblogs.com/open-coder/p/3898159.html The light mapping effects between PC and Mobile become very incosistant just as following: Wi...
阅读全文
摘要:Here are something that need to take care of when you work with Unity3D: 1) It seems Unity3D could could work better with Maya than 3D Max. Expecially when you do normal mapping, mirror models; (mat...
阅读全文
摘要:I have been using Unity3D to make game for half one year. I began to lean Unity3D with some books, online articles, forums, documents and Google. However although there are many helps, but for some pr...
阅读全文
摘要:Unity3D provides us with some very convenient means to do path finding with navigtion mesh and agent. You could find a very short tutorial about this http://docs.unity3d.com/Documentation/Manual/Nav...
阅读全文
摘要:This sample was created based on the article “Unity 3D Multiplayer Games”, you could found a translated one from here. This article tell us how to create a multiplayer game with unity, and some ticks...
阅读全文
浙公网安备 33010602011771号