Bumps Unity version from 2022.3.4f1 to 6000.0.49f1 #516
Conversation
…mports updated TextMesh Pro default files
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #516 +/- ##
============================================
- Coverage 77.23% 57.86% -19.37%
============================================
Files 95 95
Lines 3206 3242 +36
============================================
- Hits 2476 1876 -600
- Misses 730 1366 +636
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project to Unity 6 (6000.0.49f1), pulling in updated TextMesh Pro defaults and regenerating input‐system wrappers to match the new Unity toolchain.
- Bump Unity version in docs, CI and project settings
- Update TextMesh Pro shader to the new default template (mask softness, UV unpacking, gamma fixes)
- Regenerate InputAction‐based input wrappers (new callbacks API, initialStateCheck flags)
Reviewed Changes
Copilot reviewed 70 out of 70 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader | Adopt new mask‐softness uniforms, remove old UV unpack |
| README.md | Update Unity version link and install instructions |
| .github/workflows/build_and_test.yml | Bump unityVersion to 6000.0.49f1 |
| Assets/Scripts/Input/DebugControls.cs | Regenerated input‐system wrapper with improved APIs |
Comments suppressed due to low confidence (1)
README.md:29
- [nitpick] Fix markdown list nesting: replace the double dash prefix with proper two-space indentation and a single dash (e.g.,
- Click on ...) to render the nested list correctly.
- - Click on the `Unity 6` button, click on the `LTS` button, scroll to `Unity 6000.0.49f1` and click on the blue `INSTALL` button to download
|
Marked as |
Summary
Updates to Unity 6.
PlayMode tests currently fail after updating with no code changes; Unity was made aware of this via a Bug Report: https://unity3d.atlassian.net/servicedesk/customer/portal/2/IN-102384
Appreciate any suggestions for potential workarounds.
Testing instructions
No gameplay changes; tests should succeed, and the game can be completed as before.
Additional information
[ ]Changes UI[ ]Introduces new feature[ ]Removes existing feature[x]Has associated resource: