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
- Nested Canvases with the same Order in Layer ignore Z position for render order when sharing parent Canvas
- ShaderGraph Material subasset loses texture reference when reimporting all assets while using a scripted importer
- Values changed on a prefab are not retained when entering Play Mode
- Shadow Caster 2D shadows partially disappear in specific spots when used with Composite Collider 2D in the Game view
- Hierarchy and Library parts in UI Builder are inaccessible when UI Builder window is resized and these elements no longer fit in the window
Resolution Note (fix version 2022.1):
Fixed in: 2022.1.0a11