Search Issue Tracker
By Design
Votes
3
Found in
6000.0.49f1
6000.1.4f1
6000.2.0b2
Issue ID
UUM-105679
Regression
Yes
Error “Unable to add Renderer to the Scene after Culling.“ is present when Non-draw instanced Terrain is rendering in a camera within the rendering callbacks of another camera in Built-In Render Pipeline
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/OPEN_ME.unity” Scene
3. In Hierarchy, under “Enable Mirror to break :(" GameObject, select “Mirror"
4. In Inspector, enable the GameObject
5. Enter the Play Mode
Expected result: No Errors exist
Actual result: Error “Unable to add Renderer to the Scene after Culling.“ is present
Reproducible with: 2023.2.0a2 (0ded2ee3bb66), 6000.0.49f1, 6000.1.4f1, 6000.2.0b2
Not reproducible with: 2022.3.62f1, 2023.2.0a1 (6c240b609079)
Reproducible on:
Play Mode
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
Resolution Note:
The ability to inject render commands during these callbacks was never intended, and it was very easy to trash the render state which would result in a hard crash.
Therefore new functionality was introduced to block certain API calls from being available when using them was unsafe. Trying to call these functions during critical states results in an error like you are seeing now.
We apologize for the inconvenience.