Search Issue Tracker
Fixed in 2018.1.X
Votes
1
Found in
2017.2.0p2
Issue ID
971315
Regression
No
[Mobile] Metallic Standard Shader looks unlit on an Android with a Mali GPU running OpenGLES3 and iOS A11 devices on any API
Steps to reproduce
1. Open attached project
2. If you're building for Android, set the Graphics API to OpenGLES3, if you're building for iOS any graphics API should exhibit the problem
3. Build and run 'Simple' scene on an Android device with Mali GPU (used Samsung S7 to test) or an iOS device with A11 SoC (latest devices - iPhone 8, 8 Plus & X)
4. Observe that the building has no reflectance and is kinda grey (see screenshots for reference)
Notes:
Other Android devices and these devices running OpenGL ES 2 work fine.
Other iOS devices also look fine.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Marcos-Elias
Jan 27, 2018 16:47
I'm experiencing a similar issue on some Samsung devices. After upgrading to Auto Graphics API, on many Samsung models (J7 Prime and others) the screen has lots of black materials.
It would be easier if we could change between OpenGL ES2 or 3 through a script in runtime, so there would be an option for the user on these problematic devices... Is that possible?