Search Issue Tracker
By Design
Votes
0
Found in
4.6.0f3
Issue ID
633442
Regression
No
[Mesh, Graphics] Particle system meshes will only work with exactly one (1) sub mesh
Trying to use a particle system with Render Mode "Mesh" and Hellephant from Unite 2014 Training Day project and get this error: Particle system meshes will only work with exactly one (1) sub mesh
UnityEditor.HostView:OnGUI()
Comments (4)
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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
Gua
May 12, 2017 04:35
@EBONICUS, Thank you very much!
Ebonicus
Dec 14, 2016 05:52
I found a solution to my issue.
If you make a particle system with a multiple mesh - mesh, it creates this error, since it wants a single mesh. If you select billboard it stores the defective mesh and continues to report the error.
I had to switch back to mesh mode, then apply the plain box mesh (single) to remove the error, then I was able to switch it back to horizontal billboard and have no more mesh warning.
Ebonicus
Dec 14, 2016 05:29
Hello, I am getting this error and my particle system does not even use meshes. Please advise if this is a bug.
I had made the system, added a mesh, and tried with a mesh, but then reverted to horizontal billboard, and now I am seeing this error.
M0rrigan
Oct 25, 2015 12:49
To overcome this issue, you need to go to Mesh's Import Settings, tab Model, and change "Normals" to Import or None.