Here I have Ru chars and dont know what to do with that
But somehow:
I tried to implement Unity physics preview and wanst shure if it works without Burst compiler and Jobs - so I installed them too. Can I remove them from my project without damaging the performance?
Also does my Android build work with Unity Physics package after this fail? Or it was automatically disabled somehow?
Had the same issus. The problem was unicode symbols in the Windows user’s name and as a consequence in the Windows temp folder path. Seems like parts of the Burst compiler don’t work with unicode symbols in paths. Resolved with setting the temp folder path to a different place.