Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3.0a2
Issue ID
1163500
Regression
No
[SubGraph] Spaceable parameters don't update properly
Repro steps:
1. Import the attached unity package
2. Open SpaceableScene
3. Open New VFX and change the space of 'Position'
4. Observe how there is no change to the particle color
5. Open the SpaceableDistance subgraph
6. In blackboard, change the space of 'Position'
7. Go back to New VFX and change the space of 'Position'
8. Observe how past the initial change of color, changing the space further does not update the particle color
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
- 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
Resolution Note (2021.2.X):
Partially resolved by this change https://github.com/Unity-Technologies/Graphics/pull/2567 disabling space transformation in subgraph.
We are addressing a bigger rework for 2023 of this feature to provide a clearer integration.
N.B.: Since 2022.2, the space none is available among exposable property, you can now completely ignore the space transform keeping the same Position type.