Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
1
Found in
2019.1.0a3
2019.2
2019.3
2019.3.0f6
2020.1
Issue ID
1215645
Regression
Yes
Particle System Shape Module fails to enable Mesh r/w on build when the Mesh is also used by the imported Skinned Mesh Renderer
How to reproduce:
1. Open scene 'Main' from the attached project
2. In Hierarchy delete "WizardHat"
3. Save scene (Ctrl+S)
4. Drag "WizardHat" from Project window to Hierarchy
5. Select "Particle System" and in Inspector expand Shape Module
6. Drag "WizardHat" from Hierarchy to the 'Mesh' slot of Shape Module
7. Save scene (Ctrl+S)
8. Open Build Settings and set the active scene to be included
9. Build and try running the project
Expected result: Build runs and particles emit
Actual result: Build crashes
Reproducible with: 2019.1.0a3, 2019.2.20f1, 2019.3.1f1, 2020.1.0a22
Not reproducible with: 2017.4.36f1, 2018.4.17f1, 2019.1.0a2
Workaround: Manually enable Read/Write in model Import Settings
Note: Does not reproduce on 2019.1.0a3 if step 3 is skipped
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note (fix version 2020.1):
Fixed in 2020.1.0a24. A warning will now be thrown to report that the Mesh must be read/write enabled when assigning a Mesh with blend shapes to a ParticleSystems ShapeModule through a script in a Player build.
Resolution Note (fix version 2019.3):
Fixed in 2019.3.6f1