I am trying to use APIs to control the weather in Unity using the Python scripts. The hello_car.py example runs and moves the car inside the Unity simulation, but when I try to do the same with weather.py the script runs but has no effect on the Unity simulation. I want to have a car with customized weather effects around it, but I figured a good place to start was with the existing weather script.. I saw some comments suggesting changing to computervision mode, but there was no change when I tried to edit the json file. How do I get weather effects to show up? Is there something I am missing or another way to control the weather API?
I am trying to use APIs to control the weather in Unity using the Python scripts. The hello_car.py example runs and moves the car inside the Unity simulation, but when I try to do the same with weather.py the script runs but has no effect on the Unity simulation. I want to have a car with customized weather effects around it, but I figured a good place to start was with the existing weather script.. I saw some comments suggesting changing to computervision mode, but there was no change when I tried to edit the json file. How do I get weather effects to show up? Is there something I am missing or another way to control the weather API?