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
If a project has a Packages folder with a valid manifest.json file, the Unity Explorer doesn't show up in Linux. This is due to an unchecked null pointer when looking for the XDG_CONFIG_HOME environment variable. Note that if it has a manifest.json without any dependencies, everything's fine.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If a project has a Packages folder with a valid
manifest.json
file, the Unity Explorer doesn't show up in Linux. This is due to an unchecked null pointer when looking for theXDG_CONFIG_HOME
environment variable. Note that if it has amanifest.json
without any dependencies, everything's fine.The text was updated successfully, but these errors were encountered: