Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b2
Issue ID
831000
Regression
Yes
Building AssetBundles doesn't work in Unity 5.5 if script is not in Editor folder
How to reproduce:
1. Open the attached project
2. Build AssetBundles (Asset Bundles -> Build)
3. Notice few errors: one is regarding UnityEditor namespace and another one says that scripts had compiler errors
4. Asset Bundles are not build
Note: I would expect this behavior because CreateAssetBundles script is not in Editor folder, however, in Unity 5.4.1f1 those errors are not thrown and AssetBundles are build
Not reproducible: 5.4.1f1
Reproducible: 5.5.0b1, 5.5.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not cast when you first Blit the Shadow map and then set it back to Buffer
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Add comment