Closed ImanTanumihardja closed 4 years ago
mmm I would make sure you are calling the Init() function on the prefablightmapping script, maybe the way the scene is reloading it is not calling that. You can manually call it from whatever script you have in the car on Start or similar. Let me know if manually calling that fixes it (you might have to make the Init() public)
Thanks for the quick reply. I will try it
Great : )
Hi, thank you for this script it has really helped optimize performance in my mobile game.
However, I am having issues with game objects appearing darker after the scene is reloaded. Do you know if this issue is caused by the script or maybe something else?
In the video, the cars become darker after I reload the scene (Ignore the dark buildings):
Before Reload:
After Reload:
Any help would be greatly apperciated.