Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.3.0b1
Issue ID
734465
Regression
No
[EmissionModule] ParticleSystem.EmissionModule.rate doesn't have get accessor
Steps to reproduce:
1. Create new project
2. Create new script
3. Paste the following to the script's Start method:
ParticleSystem ps = new ParticleSystem ();
float rate = ps.emission.rate;
4. In console, observe error message that emission.rate lacks getter
Workaround: Although its marked as obsolete, you can still use ParticleSystem.emissionRate
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- Crash on EnumerateDisabledKeywordsInVariantsArray or UNITY_XXH32 when rapidly saving ShaderGraph or VFXGraph changes
Add comment