- Home /
Is there any method for notifying scripts that a package build is on the way?
I want to change some scene objects just before the package build for validation so every value sets back to default and I don't forget anything.
I scanned the docs but could not come up with any OnPackageBuild-like method for this letting monobehaviour scripts know that a package build will happen.
PS: I cant work with prefabs since they break and cause unexpected errors between unity versions.
Comment