Reputation: 1
I'm building the project to Nintendo Switch platform in Unity 2023.2.15.f1.
Building Library\Bee\artifacts\AppPkg\6w12j\main.npdm failed with output:
The system cannot find the path specified.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Build completed with a result of 'Failed' in 4 seconds (4419 ms)
Building Library\Bee\artifacts\AppPkg\6w12j\main.npdm failed with output:
The system cannot find the path specified.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Build failed
Upvotes: 0
Views: 1309
Reputation: 11
Try these steps:
if this doesn't work:
if this doesn't work
Now, Go to Unity Hub create a new project, go to Assets > import package > custom package, and select the .unitypackage we exported before, it will start importing it after that build the scene
if still it doesn't work let me know what packages you have imported, any of the package will be creating the issue.
Upvotes: 0