-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix: shadow models #5863
fix: shadow models #5863
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 Reviewed and approved by QA
What does this PR change?
Fixes #5801
How to test the changes?
/detectabs
and check that models are displayed in green/red as expectedOur Code Review Standards
https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md
Copilot summary
🤖 Generated by Copilot at 430034c
This pull request introduces some changes related to the rendering and culling systems, as well as some tools and fixes for debugging and testing. It updates the
InitialScene
with a newRendererDebugGUI
tool, simplifies theShadowControlController
script, disables theforceRenderingOff
property of the renderer, changes the shader name for GLTF assets, and sets them_StripUnusedVariants
property to false. It also updates the com.decentraland.videoplayer package to a newer version.