Hi,
we are using Asset Bundles since Unity 5.2. We have a custom build pipeline (NOT the Unity provided tools from bitbucket or the browser tool from the asset store) in place which was working fine until we switched to Unity 2017.1 yesterday. We changed nothing in our asset bundle codebase.
Scriptable object assets and prefabs with scripts are a problem because Unity couldn’t find the scripts when loaded from an asset bundle. We get messages like “The referenced script on this Behaviour is missing!” or “The file ‘none’ is corrupted! Remove it and launch unity again!”.
The assets are fine in the editor. It’s just a problem if we put the assets in asset bundles.
Edit: The files are in the asset bundles if you look at the manifest file.
Has anyone else similar problems and maybe a solution?
Greetings
Tuni