Search found 1 match

by chadfind
Thu Sep 12, 2024 9:29 am
Forum: Windows Discussion Forum
Topic: 3DxUnity Package cause Error in Unity on Build: error CS0234: The type or namespace name 'PackageManager' does not exist
Replies: 3
Views: 7120

Re: 3DxUnity Package cause Error in Unity on Build: error CS0234: The type or namespace name 'PackageManager' does not e

I was able to find a solution while still using the spacemouse package. In the file RTTDxController.cs there are multiple references to UnityEditor.PackageManager (each will cause the build issue). These can be commented to only get used in editor mode. So at line 1323 (just before OnRegisteringPack...