- Home /
How to get particles to work with all versions of Unity 5?
I'm trying to put out an asset that includes some particle effects.
If I create a very simple particle system prefab in Unity 5.1, it does not load in Unity 5.6. The prefab icon isn't a blue cube, but a gray one.
If I create one in Unity 5.6, it doesn't load in 5.1 at all. There is no prefab icon, but a "white paper" meaning the asset can't import.
I'd like my asset to support the lowest version of Unity and still work with the latest. Any guidance on how to ensure my particle effects work with any version of Unity 5?
I'm afraid you have to create the particles for each version. With Unity 5.5, the particle system received a major change, as it was with shrunken. They're different within the engine.
Your answer
Follow this Question
Related Questions
Is it possible to place a complex particle system as a sub-emitter? 1 Answer
particles dont have color 2 Answers
Particle System - Texture Sheet Animation, Flip U/V greyed out? 1 Answer
How to keep particles moving past an obstacle after they have collided with it? 3 Answers
Make a particle system with particles that stick to everything once they collide 0 Answers