Skip to content

Bump the supported Unity version to 6.3#62

Merged
mayuki merged 2 commits into
mainfrom
feature/Unity-6000.3
Jun 3, 2026
Merged

Bump the supported Unity version to 6.3#62
mayuki merged 2 commits into
mainfrom
feature/Unity-6000.3

Conversation

@mayuki

@mayuki mayuki commented Jun 3, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 3, 2026 08:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.txt to Unity 6000.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_Store to .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:
Comment thread README.md
### 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
@mayuki mayuki merged commit de170d8 into main Jun 3, 2026
3 checks passed
@mayuki mayuki deleted the feature/Unity-6000.3 branch June 3, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants