Bump the supported Unity version to 6.3#62
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Unity sample projects and documentation to target Unity 6.3, aligning package dependencies and Unity project settings with the newer editor version.
Changes:
- Bump both Unity sample projects’
ProjectVersion.txtto Unity6000.3.16f1(Unity 6.3). - Refresh Unity ProjectSettings/Packages (manifest + lockfiles) to versions produced by Unity 6.3.
- Update README requirement to “Unity 6.3 or later” and add
.DS_Storeto.gitignore.
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/MagicOnionSampleApp.Client.Unity/UserSettings/EditorUserSettings.asset | Updates Unity editor user settings (machine-local state). |
| samples/MagicOnionSampleApp.Client.Unity/ProjectSettings/ProjectVersion.txt | Sets the sample project’s Unity editor version to 6000.3.16f1. |
| samples/MagicOnionSampleApp.Client.Unity/ProjectSettings/ProjectSettings.asset | Updates Unity 6.3-generated Player/Project settings for the sample. |
| samples/MagicOnionSampleApp.Client.Unity/ProjectSettings/MultiplayerManager.asset | Adds Unity MultiplayerManager settings file generated by newer Unity. |
| samples/MagicOnionSampleApp.Client.Unity/Packages/packages-lock.json | Updates resolved Unity packages for the sample under Unity 6.3. |
| samples/MagicOnionSampleApp.Client.Unity/Packages/manifest.json | Updates declared Unity packages for the sample under Unity 6.3. |
| samples/GrpcSampleApp.Client.Unity/UserSettings/EditorUserSettings.asset | Updates Unity editor user settings (machine-local state). |
| samples/GrpcSampleApp.Client.Unity/ProjectSettings/ProjectVersion.txt | Sets the sample project’s Unity editor version to 6000.3.16f1. |
| samples/GrpcSampleApp.Client.Unity/ProjectSettings/ProjectSettings.asset | Updates Unity 6.3-generated Player/Project settings for the sample. |
| samples/GrpcSampleApp.Client.Unity/ProjectSettings/MultiplayerManager.asset | Adds Unity MultiplayerManager settings file generated by newer Unity. |
| samples/GrpcSampleApp.Client.Unity/Packages/packages-lock.json | Updates resolved Unity packages for the sample under Unity 6.3. |
| samples/GrpcSampleApp.Client.Unity/Packages/manifest.json | Updates declared Unity packages for the sample under Unity 6.3. |
| README.md | Updates documented Unity requirement to 6.3+. |
| .gitignore | Adds .DS_Store ignore rule. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| m_ObjectHideFlags: 0 | ||
| serializedVersion: 4 | ||
| m_ConfigSettings: | ||
| QuickInstaller_com.unity.purchasing_installRecorded: |
| m_ObjectHideFlags: 0 | ||
| serializedVersion: 4 | ||
| m_ConfigSettings: | ||
| QuickInstaller_com.unity.purchasing_installRecorded: |
| ### Client | ||
| - .NET 8 or later (Console, Blazor WebAssembly) | ||
| - Unity 2022.3 or later | ||
| - Unity 6.3 or later |
| overrideDefaultApplicationIdentifier: 1 | ||
| AndroidBundleVersionCode: 1 | ||
| AndroidMinSdkVersion: 22 | ||
| AndroidMinSdkVersion: 25 |
| iPhoneSdkVersion: 988 | ||
| iOSTargetOSVersionString: 12.0 | ||
| iOSSimulatorArchitecture: 0 | ||
| iOSTargetOSVersionString: 15.0 |
| overrideDefaultApplicationIdentifier: 1 | ||
| AndroidBundleVersionCode: 1 | ||
| AndroidMinSdkVersion: 19 | ||
| AndroidMinSdkVersion: 25 |
| iPhoneSdkVersion: 988 | ||
| iOSTargetOSVersionString: 11.0 | ||
| iOSSimulatorArchitecture: 0 | ||
| iOSTargetOSVersionString: 15.0 |
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.
No description provided.