Replies: 2 comments
-
Do you have any errors in the Unity Console window? If you see an error about not being able to find a file, your project may be experiencing a long path issue. Unity is limited to a 260 character maximum path length. MRTK has some long sub-paths that can necessitate using a very short project root path (ex: c:\source\myproject). Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
This can be caused by not supporting a new enough version of DirectX on your machine (or in Parallels in my case). Some shaders are marked as requiring a minimum shader version. Do you know what versions of DirectX your machine supports? If this is the root cause, I've noticed that some shaders are marked as requiring newer DirectX versions than they actually require and taking the pragma out of the shader code fixes the problem. I'd be curious to know if this is your issue. |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a class assignment with Unity 2020.2.2f1 and MRTK. Once my unity project is set up and I have installed the MRTK packages into Unity, the objects such as the piano or coffee cup are completely pink when I drag them into the scene. Would anyone know the possible cause of this issue?
Beta Was this translation helpful? Give feedback.
All reactions