Skip to content
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

Overlay Renderer (pc 2.0) causes hidden objects to be visible #7004

Closed
MAG-AdrianMeredith opened this issue Oct 2, 2024 · 0 comments · Fixed by #7006
Closed

Overlay Renderer (pc 2.0) causes hidden objects to be visible #7004

MAG-AdrianMeredith opened this issue Oct 2, 2024 · 0 comments · Fixed by #7006

Comments

@MAG-AdrianMeredith
Copy link
Contributor

Description

When using the new Overlayer renderer (not the legacy post process). If an entity contains hidden children they are made unhidden causing unexpected items to appear. This is because by default it takes all the render components (hidden or not) and adds them into the intermediate layer and so they will now always be drawn.

Steps to Reproduce

  1. Create an entity with a hidden render component
  2. Add an outline (pc 2.0) to it
  3. Object becomes visible
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 a pull request may close this issue.

1 participant