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
18
Question by zeuo · Jul 05, 2010 at 08:03 AM · movementskyboxanimated-texture

How do I make a moving skybox?

Is it possible to make a moving skybox, or clouds that move?

Comment
Add comment · Show 1
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 Dubtoker · Dec 08, 2016 at 10:19 PM 0
Share

Yes see thread for my answer ;)

7 Replies

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

Answer by spinaljack · Jul 05, 2010 at 10:37 AM

This pretty much does all the sky and clouds animation all in one amazing package:

http://www.pixelstudio.nl/?p=138

Here is a link to the sun light wiki page, has some stuff about changing the light and colour of the sun:

http://unifycommunity.com/wiki/index.php?title=SunLight

This one is a link to the skybox blend wiki page:

http://www.unifycommunity.com/wiki/index.php?title=SkyboxBlended

This guy is selling a tutorial all about making a day/night cycle:

http://forum.unity3d.com/viewtopic.php?t=51106&highlight=night+cycle

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 cregox · Aug 01, 2012 at 05:30 PM 1
Share

what if unifycommunity was hacked and stays down for days? http://answers.unity3d.com/questions/204924/i-cant-go-to-unify-wiki.html current count down is from 2012-07-26

avatar image cregox · Nov 08, 2012 at 06:09 PM 0
Share

few more links. the skydome from pixelstudio above is 1.0, here's 2.0: http://www.pixelstudio.nl/?p=190 meanwhile, here's another beautiful clouds display: http://forum.unity3d.com/threads/55093-Dynamic-Weather-Day-night-Cycle and these videos also look amazing, but I don't know about any sources there: http://www.lasse-westmark.dk/2012/04/unity-animated-skydome.html

avatar image kumraldemircan · Jun 01, 2014 at 12:06 PM 0
Share

hi

i want to do try moving skybox too. But i cant understand response... i have poor english..pls explain it easly and step step

thanks...

http://www.ukashkartim.com


ukash - ukash

avatar image Databases · Aug 21, 2014 at 05:44 PM 0
Share

This link is dead!!! http://forum.unity3d.com/viewtopic.php?t=51106&highlight=night+cycle

avatar image
4

Answer by Maarten Govaerts · Nov 16, 2010 at 07:27 PM

Hey guys i found a Great tutorial for a day and night cycle also it gets even better the dude also has a free 75 parts tutorial (and growing) on how to make a hack and slash rpg! go

http://www.youtube.com/burgzergarcade

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 qJake · Jul 05, 2010 at 09:41 AM

This may not be the best way... but you could always store an array of skybox materials somewhere, and then slowly iterate through them (in a looping fashion, assigning each material in sequence to the camera's Skybox component), so that the skybox appears to be animating. I don't know what kind of performance that would demonstrate, it may lag and it may not, but that's really the only way I can think of, unless someone else has a better idea.

Not to mention you'd have to create the skybox textures (6 of them, one for each axis +/-X, +/-Y, +/-Z) by hand, and then animate them, saving each group of 6 over each frame of the animation, and then trying to get it to loop back around so it would blend seamlessly with the first frame... it might be more hassle than it's worth.

Edit: Just thought of an alternate way...

You could create a sphere with inverted normals (facing inward), so that the texture that's applied to it is painted on the inside, and then make the sphere really (really!) big, sticking your entire world inside of it... and then just slowly rotate the sphere. This would cause the texture that's painted on the inside of it to slowly rotate around, giving the illusion that the sky is "moving".

Comment
Add comment · Show 5 · 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 spinaljack · Jul 05, 2010 at 10:27 AM 0
Share

Ins$$anonymous$$d of swapping the textures you can make one big texture and move the x placement of the texture by a little. All 6 sides of the sky box can use the same texture (except maybe the top one as that needs to rotate ins$$anonymous$$d of slide)

avatar image spinaljack · Jul 05, 2010 at 10:34 AM 0
Share

Alternatively you can have 3 textures for day, evening and night and blend between then throughout the day and move the directional light which will be the sun

avatar image DanielSig · Oct 27, 2010 at 04:22 PM 1
Share

about ur alternitive way... uhmmm why a sphere? when you think of it... a box should work too.

avatar image JJAPrograms · Mar 11, 2011 at 05:32 PM 1
Share

Box should work the best, 6 sides, 6 parts of a sky box.

avatar image Dubtoker · Dec 08, 2016 at 10:08 PM 0
Share

No u can do it with videos ;)

avatar image
2

Answer by hieudev · May 31, 2014 at 11:58 PM

if you have a tiny project you can put inside an empty gameobject all your stuff (including cameras, but not the GUI obviously), then rotate that gameobject continously with a script.

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 Wolfdog · Sep 21, 2014 at 01:13 PM 0
Share
  • Very creative, but not entirely reliable. Good thinking though.

avatar image Dubtoker · Dec 08, 2016 at 10:10 PM 0
Share

No a 6 sided skymap material with video textures for each view, you have to create these 6 video views, but is possible using Bryce or Blender

avatar image Trys10Studios · Oct 03, 2017 at 10:55 PM 0
Share

The issue would be if you're using gravity in your game and you are rotating so that the Y-axis changes direction.

avatar image
2

Answer by jylehr · Jun 13, 2015 at 07:12 PM

The manual sphere with inverted normals is actually very usable. It's even better if you create different spheres with clouds separated onto them so they can rotate independently.

Comment
Add comment · Show 2 · 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 cregox · Jun 15, 2015 at 12:22 PM 0
Share

cool idea, but a box will still be more performatic, I believe.

avatar image Trys10Studios · Oct 03, 2017 at 10:56 PM 0
Share

I agree a cube would be less computationally expensive.

  • 1
  • 2
  • ›

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

8 People are following this question.

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

Related Questions

geometric skybox camera? 1 Answer

What method is used to create moving planets and Nebule 2 Answers

The name 'Joystick' does not denote a valid type ('not found') 2 Answers

Making a bubble level (not a game but work tool) 1 Answer

How do I make a Skybox scroll by moving left/right in a Platformer 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