Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2019.4.30f1
2020.3
2021.2
2022.1
Issue ID
1377795
Regression
No
OnParticleTrigger() is called before Awake()
How to reproduce:
1. Open the attached project "ParticlesBug.zip"
2. Open "Test Particles" Scene
3. Enter Play mode
4. Pause Play mode
5. Open Console window
Expected result: Awake() function is called first
Actual result: OnParticleTrigger() function is called before Awake() function as seen in the Console window
Reproducible with: 2019.4.32f1, 2020.3.22f1, 2021.2.2f1, 2022.1.0a10
Not reproducible with: 2022.1.0a11, 2022.1.0a12
Notes:
- If you build the project and run the project you will see an error - "Assets\Scripts\TestParticles.cs(6,32): warning CS0109: The member
'TestParticles.particleSystem' does not hide an accessible member. The new keyword is not required."
- If you remove the new keyword from line 6 of 'TestParticles.cs' script, then you will see the warning: "Assets\Scripts\TestParticles.cs(6,28): warning CS0108: 'TestParticles.particleSystem' hides inherited member 'Component.particleSystem'. Use the new keyword if hiding was intended."
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 (fix version 2022.1):
Fixed in: 2022.1.0a11