Search Issue Tracker
Fixed in 2017.2.0f3
Won't Fix in 2017.2.X
Votes
1
Found in
2017.2.0b2
Issue ID
928598
Regression
Yes
The errors appear, when GameObject has a child with ParticleSystem which is rotated along the y-axis to -180 and is moved
Reproduction steps:
1. Open the attached project;
2. Open the scene "test";
3. Enter Play mode;
4. Click the arrows on the keyboard;
5. Observe the Console window;
Actual result: the errors appear in the Console window:
Assertion failed: Assertion failed on expression: 'CompareApproximately(det, 1.0F, .005f)'
Assertion failed: Assertion failed on expression: 'fRoot >= Vector3f::epsilon'
Assertion failed: Quaternion To Matrix conversion failed because input Quaternion is invalid {-1.#IND00, -1.#IND00, -1.#IND00, -1.#IND00} l=-1.#IND00
Expected result: the errors should not appear.
Note: the errors appear only when GameObject has a child with Particle System which is rotated along the y-axis to -180 and this GameObject is moving. If the y-axis is set to less or more than -180, the errors do not appear.
Reproduced with: 2017.2.0b1, 2017.2.0b2
Not reproducible with: 5.6.2p2, 2017.1.0f3, 2017.2.0a4
Regression introduced with 2017.2.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment