Hi fork,
I did some research work for both Windows Mac regarding Preventing Unity Webplayer auto update. I found this link its working for Windows. I tried the same thing for Mac, but could get it to working. Further i did some more research but no luck.
I tried:
- Adding environment variable to ~/.MacOSX/environment.plist, but no file was there.
- From Terminal, i tried, defaults write ~/.MacOSX/environment.plist UNITY_DISABLE_PLUGIN_UPDATES=“yes” but this generate error “Failed to load unity loaded”. So, couldn’t start even Unity Webplayer application.
Does anybody have solution to this?