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
- 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
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The reflection probe workflow is being moved to C#. Going forward the focus will be on that workflow.