Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.2.2
Issue ID
1300342
Regression
No
[VFX] VFX.VisualEffect.SendEvent() is called only once when calling it multiple times in a single frame
How to reproduce:
1. Open the user's attached "VFXSendEventProject" project
2. Open the Scene "SampleScene"
3. Enter the Play Mode
4. Press "T"
Expected results: Two particles appear
Actual results: Only one particle appears
Reproducible with: 7.5.2 (2019.4.17f1), 8.3.1 (2020.1.17f1), 10.2.2 (2020.2.0f1, 2021.1.0a10)
Could not test with: 4.10.0-preview (2018.4.30f1) because of the CS0246 error
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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Resolution Note:
The support of multiple events -directly sent to an initialize context- partially resolves this issue and many use cases concerned by this limitation.
Additionally, we are currently designing the support of spawn context with multiple event.