Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
5.2.3-preview
Issue ID
1140461
Regression
No
Only a part of all light tubes are rendered when using the HDRP
How to reproduce:
1. Open the attached project
2. Go to Project tab -> Scenes and open 'Test 1' scene
3. Play the Scene. Compare Scene and Game tab views.
Expected result: All scene is rendered
Actual result: Only a part of tubes of light are rendered
Reproducible: 2018.3.11f1, 2019.1.0b9, 2019.2.0a10
Can't reproduce: 2018.3.0a1 - 2018.3.0b9, 2019.1.0a1 - 2019.1.0a7, because the Scene goes magenta or console is throwing package errors
Notes:
- No light tubes are rendered. Reproducible in 2019.1.0b9
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
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
- Tooltips stay in place when Preferences window is scrolled
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
Resolution Note:
Unity has a limit of the numbers of light that is supported in the view. 24 lights maximum per tile (a 16x16 of the screen), this can be seen in the DebugTile mode in the Debug menu. The tube light is very expensive and having a lot of them will be detrimental for performance.