Skip to content

chore: Update CI and Readme to unity 2021.3 #1892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ projects:
path: com.unity.netcode.gameobjects
test_editors:
- 2020.3
- 2021.2
- 2021.3
- trunk
- name: minimalproject
path: minimalproject
Expand All @@ -57,5 +57,5 @@ projects:
validate: false
publish: false
test_editors:
- 2021.2
- 2021.3
- trunk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For general questions, networking advice or discussions about Netcode for GameOb
### Compatibility

Netcode for GameObjects targets the following Unity versions:
- Unity 2020.3, 2021.1, and 2021.2
- Unity 2020.3, 2021.1, 2021.2 and 2021.3

On the following runtime platforms:
- Windows, MacOS, and Linux
Expand Down
2 changes: 1 addition & 1 deletion com.unity.netcode.gameobjects/Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See guides below to install Unity Netcode for GameObjects, set up your project,
## Requirements

Netcode for GameObjects targets the following Unity versions:
- Unity 2020.3, 2021.1, and 2021.2
- Unity 2020.3, 2021.1, 2021.2 and 2021.3

On the following runtime platforms:
- Windows, MacOS, and Linux
Expand Down