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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
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.