Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2018.3.0a10
Issue ID
1076664
Regression
No
Unity allows to build project via script with not compatible color space and graphics API
With a custom build script you have an opportunity to build a player with not compatible color space and graphics API. It means on iOS you can build Linear color space with GLES3 or GLES2 APIs and on Android Linear color space with GLES2 API.
To reproduce:
1. Open project attached by QA
2. In the menu bar select Custom Build and then select to build either for iOS or Android
3. Open the folder with project, you will find built .apk or Xcode project
4. Deploy built project to the device
Expected result: Unity shouldn't allow building project with incompatible color space and graphics API
Reproduced on: iPhone 5s iOS 9.3.3, iPhone 8+ iOS 11.0, Google Pixel 2 Adreno (TM) 540 Android 8.1.0
Reproduced with: Unity 2018.3.0b1 (trunk), 2018.1.9f2, 2018.2.2f1, 2017.3.0a1
Wasn't able to test on Desktop since it supports all APIs with every color space.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment