Search Issue Tracker
By Design
Votes
0
Found in
5.5.1p2
Issue ID
879253
Regression
No
[iOS] UI elements not added when loading Scene from AssetBundles
[iOS] UI elements not added when loading scene from AssetBundles
Steps to reproduce:
1. Open attached project
2. Open scene Main
3. In Editor select NavSample > Command1 (this calls BuildPipeline.BuildAssetBundles method with BuildTarget.iOS)
4. Select NavSample > Command2 (moves created Asset Bundle to another folder)
5. Build for iOS
Expected result: Text from scene "e01003-f00001-01-01_00001" is visible on the screen.
Actual result: Text is not visible.
Reproduced with: 5.4.3p3, 5.5.1p2, 5.6.0b6. iPhone 6 iOS 9.0.2.
Note:
Text is visible on Mac Standalone builds.
The code that generates Asset bundle:
BuildPipeline.BuildAssetBundles (
Application.dataPath,
BuildAssetBundleOptions.DeterministicAssetBundle |
BuildAssetBundleOptions.ChunkBasedCompression,
BuildTarget.iOS );
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment