Issues with Unity SDK/Toolkit on Apple Silicon

...
5 Replies
andybak
andybak•15mo ago
@adoncaster @_arpana moving discussion here. Previously: https://discord.com/channels/783806589991780412/783806589991780415/1087370249109766264 So - I've started with Unity 2021.3.20f1 (Apple Silicon) and initially get the CSCore errors as expected:
Assets/TiltBrush/Scripts/VisualizerManager.cs(107,11): error CS0246: The type or namespace name 'CSCore' could not be found (are you missing a using directive or an assembly reference?)
Resolved this by deleting CSCore and the 3 scripts that start "Visualizer*.cs" After that everything seems OK. I'm going to update the readme on Github and our docs to make it clearer where to look in Unity for errors but I suspect this is all due to the fact that CSCore doesn't work on Apple Silicon. It's only used for audio reactive features so it's not a big deal. I've got a version in testing that uses the original C# CSCore library that should be ok but for now just deleting the files that give an error will solve things.
adoncas
adoncas•15mo ago
Thanks a lot! We’ll give this a go @_arpana!
Arpana#👑
Arpana#👑•15mo ago
Thankyou @andybak !
andybak
andybak•15mo ago
For future reference here's where to look for errors in Unity:
No description
andybak
andybak•15mo ago
It's only the red errors you need to worry about. If there's any red errors then it's expected that nothing will work correctly - fix those before importing your files.