Upgrade Unity version to 6000.0.70f1#371
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Unity project to use newer versions of several Unity packages and updates the project configuration to support these changes. It also switches the default solution file to a new
.slnxformat and adds the corresponding solution file. These changes help maintain compatibility with the latest Unity editor and package ecosystem.Unity package and dependency updates:
manifest.jsonandpackages-lock.json, includingcom.unity.ai.navigation,com.unity.collab-proxy,com.unity.ide.visualstudio,com.unity.inputsystem,com.unity.timeline,com.unity.burst,com.unity.collections,com.unity.xr.hands,com.unity.xr.management, andcom.unity.xr.openxrto their latest versions for improved features and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]com.styly.styly-xr-rigpackage version and adjusted its dependencies' order for consistency.Project configuration and solution management:
.vscode/settings.jsonfrom.slnto the new.slnxformat and added the correspondingSTYLY-NetSync-Unity.slnxsolution file, which lists all relevant project files. [1] [2]ProjectVersion.txtto6000.0.70f1to match the updated package requirements.Package manager and registry settings:
com.styly.device-id-providerto the OpenUPM registry scopes inPackageManagerSettings.assetto allow fetching this package from the registry.PackageManagerSettings.assetfor registry tracking.