In the video we are using procedural skybox, so can't add clouds. However you can use a cubemap with clouds and edits it tint via script to get the day and night effect.
This is fanstastic usage of the Gradient bro😮 And Thanks for the knowledge And for midnight we can still use some other mild colors like blur or grey to get some feel Because the sky wont be black in anyof the time in real world. So it might help
@@tgg5622 can you explain more on what you mean? Along with color you want change the tint as well? You can just reference it in the script in the same way the colors are referenced.
This will not work with Skybox directly, you will have to access the Skybox material instead of the environment color and change the colors over there.
thank you bro
This is a gem.
I've never used Gradient in my code before!!!!!!!
how do you add clouds and to a skybox like the one youre using
In the video we are using procedural skybox, so can't add clouds. However you can use a cubemap with clouds and edits it tint via script to get the day and night effect.
@@immersiveinsiders alright. thanks
that's exactly what I wanted to do, thank you bro
This is fanstastic usage of the Gradient bro😮
And Thanks for the knowledge
And for midnight we can still use some other mild colors like blur or grey to get some feel
Because the sky wont be black in anyof the time in real world. So it might help
Your welcome :)
Yes, those are some of the things you can do as well depending on the type of environment.
How to add to the script to change the sky tint color again via gradians? Nice video!
@@tgg5622 can you explain more on what you mean? Along with color you want change the tint as well?
You can just reference it in the script in the same way the colors are referenced.
@@immersiveinsiders Thanks for the help, but i figured it out
Your thumbnail shows the night sky to include stars, how would this be created please?
Awesome tutorial Ashray! Such a neat and easy video to follow! 🤩 Never thought of using gradients that way 💯
Glad you liked it!!
Great script, tahnks. Would be nice if you could update with the ability to switch skybox at night?
Hi, so how do you change the speed of the sun itself? thanks!
You can change the value of the variable 'sunRotationSpeed'. Checkout 2:25.
how to get interaction rig and does this system will work like that like shown in video??
Hi, you need to setup your project for VR using Meta SDK or XRITK. Yes it works like how it's in the video.
i am using my own cubemap skybox but it's not effecting lights of skybox , that remain unchange? please ans
This will not work with Skybox directly, you will have to access the Skybox material instead of the environment color and change the colors over there.
How do I make my Visual Studio have Intellisense?
You go to Edit -> Preferences -> External Tool. Here, you need to choose Visual Studio as 'External Script Editor'
@@immersiveinsiders okay
Hi how to use skybox with this?
I think you'll have to access the 'tint color' of the skybox material you are using and modify that.
Which language is this?
C#