我刚刚VRTK v3.20
统一下载了资产,但在导入后我遇到了一些错误。我似乎无法在网上找到解决方案。
Unity 版本:2018.1.6f1 个人 64bit。
错误:
1.VRTK/Scripts/Interactions/Highlighters/VRTK_MaterialColorSwapHighlighte.cs(146,66):错误CS1540:无法通过类型UnityEngine.Texture'的限定符访问受保护的成员UnityEngine.Texture.Texture()'。限定符必须是“VRTK.Highlighters.VRTK_MaterialColorSwapHighlighter”类型或派生自它
2.VRTK/Scripts/Interactions/Highlighters/VRTK_MaterialColorSwapHighlighte.cs(146,66): error CS0122: `UnityEngine.Texture.Texture()' is inaccessible because of its protection level
这是有错误的行:
renderer.material.SetTexture("_MainTex", new Texture());