Hello, So ive downloaded an SDK which on importing its package into unity i get this warning
Pose.cs conflicts with the imported type ‘Pose’ in 'UnityEngine.CoreModule
Now i think this means the Pose.cs script inside this SDK has some issues with the POSE.cs inside the unity core engine module. How might i go about fixing this so i don’t get these warnings any more ? I would like to link or have it reference the CoreModule pose.
Thank you