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
- Performance decreases significantly when instantiating a Prefab with many children
- "MissingReferenceException" error is thrown when creating a new "Standard (URP)" scene
- Silent crash when opening a specific project
- "+" shaped artifacts are rendered on UI Toolkit Buttons when the border radius is over 50%, button's opacity is set to 1 and the border has width
- All references to Sprite Atlas and AssetReferenceAtlasedSprite are removed when migrating Sprite Atlas Mode from V1 to V2
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.