Search Issue Tracker
Fixed in 2023.2.1f1
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a19
Votes
0
Found in
2023.1.17f1
2023.2.0b8
2023.3.0a8
Issue ID
UUM-49238
Regression
No
[APV] Live Subdivision Preview appears to do nothing. Needs parenting in UI
Repro:
- Navigate to the Rendering Debugger (Window > Analysis > Rendering Debugger)
- Ensure you have some static geometry in the Scene, and a Global Probe Volume
- From the Probe Volume tab, enable `Live Subdivision Preview`.
Observed:
Nothing appears to change in the Scene view. This is confusing to users.
Notes:
The reason this happens, is because "Live Subdivision Preview" is incumbent on Display Bricks being enabled. However, it is possible to enable the preview without having the bricks also enabled, which is confusing if users are not aware of this.
This can be easily fixed by making "Live Subdivision Preview" a child of the Display Bricks property, which is only shown when the parent is toggled on.
!image-2023-09-15-14-05-34-089.png|width=728,height=551!
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
- [Package Manager] Vulkan Native Rendering Plugin can no longer intercept Vulkan Initialization, as it is loaded later when added via Package Manager
- Sprite texture is null when read from a SpriteAtlas in an Addressables bundle
- Scrolling in the Tile Palette Brush Pick overlay breaks when a lot of Brushes are saved and the List View is enabled
- OnPreprocessAsset is not triggered when AssetPostprocessor version is changed and script recompiles
- Terrain Component and Overlay Text Rendering is broken when using Bitmap Text Rendering Mode
Resolution Note (fix version 2023.3):
Confirmed that the rendering debugger now appears as-designed
Resolution Note (fix version 2023.2):
Fixed