This repository was archived by the owner on Jun 1, 2026. It is now read-only.
chore: update unity project version to unity2022.3.6f1#5663
Closed
pravusjif wants to merge 37 commits into
Closed
Conversation
…th UberPost shader and with building process error
…into test/perf-profiling-unity2022.3.4f1
…om unity 2022.3.6f1
…o' in project settings asset file
…into test/perf-profiling-unity2022.3.4f1
… black to improve avatars blending with background in passport screen
…into test/perf-profiling-unity2022.3.4f1
…into test/perf-profiling-unity2022.3.4f1
… if CI problem comes from cached libraries Signed-off-by: Pravus <pravusjif@gmail.com>
…l to see if CI problem comes from cached libraries" This reverts commit 8e8a23b.
Signed-off-by: Pravus <pravusjif@gmail.com>
Signed-off-by: Pravus <pravusjif@gmail.com>
Signed-off-by: Pravus <pravusjif@gmail.com>
…into test/perf-profiling-unity2022.3.4f1
Contributor
|
After the CI passes: WebThis branch can be previewed at:
Desktop:If you have the launcher installed (download launcher) you can press open on the following link: SDK 6/7:More |
…into test/perf-profiling-unity2022.3.4f1
Member
Author
Rendering bug found: with anti-aliasing disabled (as it is by default for any new user), some submeshes are invisible.Reproduction steps
|
Member
Author
|
Even after changing usages of antialiasing.bug.mp4 |
Member
Author
|
Also if Alpha Test keyword is commented-out from our custom shader, the problem stops happening... super weird. But of course that breaks alpha testing (available through the SDK for materials) |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Unity 2021.3.22f1 LTStoUnity 2022.3.6f1 LTS14.0.8. Re-applying our alpha value fixRenderTargetHandleusages (marked asobsoletesince URP 13) with the newRTHandleclass but couldn't get it to work. Since in URP 14.0.8 (the one used with Unity 2022.3) the old "obsolete" class still works, I'm leaving that implementation as it was. I created an informative draft PR to tackle that in the future, since probably that change will be mandatory to update the URP version further.TESTING
This build should be tested as throroughly as a Release Candidate, and also adding:
TEST LINKS