• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
Question by JamToak · Sep 30, 2015 at 11:36 PM · particlesparticlesystemexplosionunity 5.2smoke

Spawned Particle System in game looks different from prefab

When I spawn a particle system (prefab) in the game it looks totally different in comparison to dragging the prefab in the scene view and playing it manually. At first I thought it's the "limit-velocity over time" (bound to fps) t$$anonymous$$ng, but I am using Unity 5.2 and the Issue Tracker says that t$$anonymous$$s issue is resolved: [link text][1] [1]: http://issuetracker.unity3d.com/issues/shuriken-particle-system-module-limit-velocity-over-lifetime-is-fps-dependent

Has somebody got a different Idea ? Maybe its a problem that the particle system was created in Unity 5.1 and was imported to 5.2 ? If so what can I do about t$$anonymous$$s ?

Thank you !

Comment

People who like this

0 Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image hexagonius · Oct 01, 2015 at 08:12 AM 0
Share

does your spawn code do ANYTHING besides instantiating? screenshot would be nice

avatar image Baste · Oct 01, 2015 at 11:00 AM 0
Share

Is the prefab stored with a non-standard rotation?

If say your prefab is stored rotated 90 degrees on the x-axis, it'll get that rotation when dragged into the scene. Instantiating the prefab will usually give it a rotation of 0, and it'll look different.

avatar image JamToak · Oct 01, 2015 at 11:06 AM 0
Share

@Baste We already thought this was the problem, but the explosion looks exactly the same from every side, so even rotating it via code, changed nothing. The explosion when its instatiated looks way bigger and less dense than the prefab counterpart, it looks like the velocitys over lifetime are off. @hexagonius we only instantiate the prefab -1 line of code

avatar image JamToak · Oct 01, 2015 at 04:53 PM 0
Share

@hexagonius Here is the exact code:

 GameObject Explosion;
 Explosion = ((GameObject)GameObject.Instantiate 
 (Resources.Load("Explosion"), new Vector3(CallerPos.x, 0.85f, 
 CallerPos.z), Quaternion.Euler(new Vector3(270, 0, 0))));

CallerPos is a Vector3 which has the coordinates of the bomb. Its rotated by 270 degrees cause the prefab was rotated by the same amount.

2 Replies

· Add your reply
  • Sort: 
avatar image

Answer by outasync · Oct 02, 2015 at 07:03 AM

Could it be that the prefab particle has the simulation space set to world and should be local or the other way round? Also check under 'Renderer' of the particle that it is on the correct sorting layer

Comment
JamToak

People who like this

1 Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image JamToak · Oct 02, 2015 at 10:40 AM 0
Share

@outasync We already did change the simulation space and it did nothing.( which is quite logical) I'll check the sorting layer later. Thanks !

avatar image JamToak · Oct 02, 2015 at 12:35 PM 0
Share

@outasync Im afraid but the problem doesn't seem to be caused by incorrect sorting layers. The whole particle animation is different....

avatar image outasync · Oct 02, 2015 at 03:04 PM 0
Share

@JamToak

May I suggest that you revert back to 5.1 as 5.2 is anything but stable right now, unless you are using a feature specific to 5.2 you have no benefit over 5.1. Regards

avatar image JamToak · Oct 02, 2015 at 06:17 PM 0
Share

Thanks @outasync I'll try it on 5.1 and look if it changes anything.

avatar image JamToak · Oct 03, 2015 at 01:40 PM 0
Share

@outasync turns out my programmer did a mistake in his long script -- with a short instantiate script it worked without any problems -- Im sorry -- Im the art guy (I understand a bit of coding), but my programmer is sometimes a bit lazy when it comes to visuals ("It's an explosion -- I don't care how it looks" ;)), that's why I have to do a lot of visual bugfixing and then I don't have a lot of insight in his other coding. I think we have to restructure our distribution of work, but thank you very very much for your Unity 5.1 advice -- otherwise we would have never found that mistake !

avatar image outasync JamToak · Oct 03, 2015 at 01:53 PM 0
Share

No problem, I'm glad you fixed it :)

avatar image

Answer by JamToak · Oct 03, 2015 at 02:40 PM

Downgrading to Unity 5.0 worked @outasync !

Comment

People who like this

0 Show 0 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Fill a Cube with Smoke Particle System 1 Answer

Particles behind/in front of other particles 1 Answer

Rocket Particle Smoke Fade-Away 2 Answers

Particles "avoid" view 1 Answer

2d explosion Particle effect hard to make 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges