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
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
- [Mono] Crash on SystemNative_ReadDirR() when building for IOS/Android on a macOS machine
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