Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
923934
Regression
No
Reflection Probe's Box Offset is inverted after manually moving probe's origin and undoing
Steps to repro:
1. Download attached project: https://drive.google.com/open?id=1JfrNt_hJ3M8FqsfJUkuurdSOB0XWaw0X ;
2. Open 't1' scene;
3. In the Hierarchy select 'Reflection Probe' gameobject;
4. In the Inspector under the Reflection Probe component text click on a crossy icon to open Probe Origin reflection Probe editing mode;
5. With Editor gizmoz grab in the Scene view grab the reflection probe origin and drag it to the edge of the reflection probe box by Z axis;
6. Notice that reflection probe's box offset position is (0;0;-5)
7. Undo by either pressing Ctrl/cmd+Z or by selecting Edit>Undo Modified Reflection Probe Origin.
Expected result:
Box Offset position is restored to the default value (0;0;0),
Actual result:
Box Offset's position on modified on Z-axis got inverted after undoing the modified probe origin position (0;0:5). See attached video.
Notes:
- Reproducible in 2018.3.0b1, 2018.2.7f1, 2019.1.9f2, 2017.4.11f1;
- Reproducible on Windows 10 and OSX 10.13.6;
- Reproducible only when manually dragging the probe origin; not reproducible while changing box offset position by inputting value in the Box Offset field.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The reflection probe workflow is being moved to C#. Going forward the focus will be on that workflow.