Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • 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
5
Question by SpiritWebb · Dec 04, 2009 at 02:18 PM · lightingparticlesvisual-effects

Creating a nebula

Is there a way to create a "nebula" using the particle system? I want to be able to fly into a nebula and back out of it.

If there is, can anyone point me in the right direction in making one...thanks in advance.

Comment
Add comment
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

4 Replies

· Add your reply
  • Sort: 
avatar image
11
Best Answer

Answer by duck · Dec 04, 2009 at 02:38 PM

You can do this without any code at all:

  • Create a default particle system from the menu in Unity's UI
  • Delete just the "Particle Animator" component
  • Check the "One Shot" option in the emitter settings

Now you have a static set of particles. The min & max emission controls how many particles there are (you should probably set them both to the same value, unless you want a random value somewhere between the two). The default particle textures are already fairly suitable as they are have a fuzzy glow look. Try these values for a nebula-like effect:

  • Min size: 0.1
  • Max size: 0.7
  • Min & Max emission : 200

Of course you might want to use some custom particle textures, colour variations, and adjust the size to fit your game.

Comment
Add comment · Show 4 · 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 SpiritWebb · Dec 05, 2009 at 02:47 AM 0
Share

It looks awesome, but I don't know how to make it larger...I have tried to scale it up, but it doesn't work...I am lost...

avatar image SpiritWebb · Dec 05, 2009 at 03:36 AM 0
Share

Got it too work...just played around with the $$anonymous$$ & max size along with the $$anonymous$$ & max emission...to get it too work! :)

avatar image shimona · Nov 22, 2017 at 07:39 PM 0
Share

I think the "One Shot" option has been removed, at least I couldn't find it(sorry to cause trouble if it's still there and I couldn't) Anyway, I changed the simulation speed to about 0.001 and that did the trick for me. Further the looping and prewarm should be turned on. Sorry if this doesn't workout for anyone else, I am just a beginner.

avatar image jeffreyrampineda shimona · Nov 22, 2017 at 07:59 PM 1
Share

@shimona This answer was back in 2009. "One Shot" option was removed around Unity 4.1.5 : https://answers.unity.com/questions/521834/is-there-oneshot-particle-settings-in-unity-415.html

avatar image
4

Answer by dkoontz · Jan 12, 2010 at 05:30 AM

Duck's suggestion is excellent but you might leave in the particle animator on your nebula game object so that you can set the color of the particles. If you delete the animator your nebula will be white as there is no other exposed property for setting the color of the material. Or you could set a different material in the particle renderer, one that has you color baked in.

Comment
Add comment · 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
2

Answer by mdaustin · Feb 07, 2010 at 11:09 PM

I have started a Blog for Unity and the first post is on how to create a nebula. Take a look if you are still interested. http://mikedaustin.blogspot.com/

Comment
Add comment · Show 3 · 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 AlucardJay · Jul 04, 2012 at 08:20 AM 0
Share

No posts on blog link

avatar image AlucardJay · Jul 28, 2012 at 09:26 PM 0
Share

I found your post here : http://robotduck.wordpress.com/2010/01/27/quick-tip-particle-system-nebula/

avatar image xxMDAxx · Mar 07, 2014 at 11:26 PM 0
Share

I've moved that blog now - I keep my unity stuff here: http://ndunity3d.blogspot.co.uk/ now. That method of making a nebula is not the best anymore I'll add a new method soon.

avatar image
0

Answer by Xefier · Apr 30, 2017 at 10:19 AM

@SpiritWebb This can be done with particles but it doesn't look that great and looks especially bad in VR. I have a much more advanced system that uses 3D GPU noise shaders on an inverse sphere. I also made it so that you can move around and explore virtually infinite nebulae of all colors. Best of all it's available on the asset store!

https://forum.unity3d.com/threads/released-procedural-nebula.467260/ Procedural Nebula

Comment
Add comment · 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.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

How i use mesh collider with vfx graph? 1 Answer

Particles effect in a progress bar 1 Answer

Targeted Electric Charge Particle Effect 1 Answer

Dynamic space effects 2 Answers

[VFX GRAPH] Add segments to particle strip 0 Answers


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