You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity 6000.5.0b9 can open the SECOND SPAWN project far enough to start Package Manager, but package resolution fails before C# compilation.
Observed log line from Unity/Logs/Editor.log:
[Package Manager] The "path" argument must be of type string. Received undefined
Failed to resolve packages: The "path" argument must be of type string. Received undefined. No packages loaded.
Current impact
Editor appears stuck around package/script startup.
Batch mode exits code 1 before script compilation.
Unity Play Mode smoke cannot be trusted until this is fixed.
No error CS compiler errors were emitted in the batch log during the latest check.
Problem
Unity 6000.5.0b9 can open the SECOND SPAWN project far enough to start Package Manager, but package resolution fails before C# compilation.
Observed log line from
Unity/Logs/Editor.log:Current impact
error CScompiler errors were emitted in the batch log during the latest check.Work already done
patherror after opening b9 directly.Next diagnostic ideas
ProjectVersion.txtas b9.Unity/Packagesand project package settings.Guardrails