- Home /
Question by
shubhamagarwal003 · Jul 08, 2016 at 12:19 PM ·
unity 5unitypackageupdating
I am providing a third party unitypackage. How can I write a script to update the package automatically?
When I write a script to simply delete and replace the scripts or other objects, then all the gameobjects which were having the previous scripts shows missing script error, as they were referencing to the previous version of the script. So how can this be done in a proper way?
Comment