- Home /
Missing Scripts on loading Scene Asset Bundle
Hello Everyone, I am developing a Unity loader which loads different scene on demand using asset Bundle. The Scene from the asset bundle loads correctly but the scripts attached to the object in the Scene doesn't load and show a warning message "The referenced script (Unknown) on this Behaviour is missing!". Can someone advise a solution to this problem?
so the scripts actually exist in your game? are you mixing bundles with a game they were not created in?
Your answer
Follow this Question
Related Questions
Missing material and textures after creating assetbundles. 0 Answers
Question about AssetBundles Scripts TextAsset and Reflection in IOS or Android platform 0 Answers
How do you set asset bundle name on prefabs through code? 1 Answer
Loading.IDRemapping AssetBundles 1 Answer
About unnactive scenes and performace... 0 Answers