摘要:
Shader.Find 查找static functionFind(name: string) : ShaderDescription描述Finds a shader with the given name.查找名为name的着色器。Shader.Findcan be used to switch ... 阅读全文
摘要:
Most assets in Unity are combined into the project when it is built. However, it is sometimes useful to place files into the normal filesystem on the ... 阅读全文
摘要:
http://docs.unity3d.com/Manual/managingassetdependencies.htmlManaging asset dependenciesAny given asset in a bundle may depend on other assets. For ex... 阅读全文