Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.4f1
Issue ID
795216
Regression
No
Lightmap changes format when loaded from asset bundle
Possibly related to 721313
How to reproduce:
1. Open attached project
2. Open scene Scenes/BakeLightsScene.unity
3. Go to Assets -> Bake Prefab Lightmaps
- The lightmap will be generated in the Scenes/BakeLightsScene folder
4. Attach the generated lightmap texture to the Environment1 prefab and Apply it
5. Add the lightmap texture to the 'testbundle' asset bundle in the Inspector
6. Go to Assets -> Build Asset Bundles
7. Open scene Scenes/LoadPrefabScene.unity
- Save the previous scene when prompted
8. Open the script Code/App.cs
9. Comment out line 17 (LoadEnvironmentFromResources();) and uncomment any one of the lines that follow in the Awake() message
10. Save the script and switch to Unity
11. Play the scene
- Note that one of the textures is slightly brighter than the other one
- Reproduced in Version 5.3.4f1 (fdbb5133b820)
- Blocked from testing 5.2 due to script errors
- Unity crashes in 5.4b18 when playing the scene
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment