Closed ScarlettZ98 closed 3 years ago
Thanks for reporting this!
I'll be sure to update the package installer with the more appropriate file directory character separators.
Fairly certain it's bc we're missing the .ToForwardSlashes()
call on the end of this line
Related discord thread https://discord.com/channels/597064584980987924/696053083444346890/796429411527294987
@ScarlettZ98 fix will be in the next release 0.2.7
Thank you so much! I will view the discord post to see if I can fix it temporarily or maybe wait for the next update.
@ScarlettZ98 there is a 0.2.7.preview.1 out to test :) should be downloadable from the unity package manager
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
After downloading the XRTK via Manual UPM Installation, the package doesn't work with System.IO.FileNotFoundException in the console.
To Reproduce
Expected behavior
No errors in the console and Mixed Reality ToolKit -> configure should create objects like MixedRealityPlayspace, PlayerBody, etc.
Actual behavior
571 FileNotFoundException show in the console. It seems the script use backslash which is widely used in Windows, but MacOS and Linux use slash.
Screenshots
Your Setup