Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.0b3
Issue ID
865499
Regression
No
[iOS][Metal] If WebCamTexture is not initialised, it takes random texture (i.e. text font texture)
Reproduction Steps:
1. Open project
2. Build and deploy to iOS device
3. Start App in Portrait mode
4. Rotate phone into Landscape mode
5. Notice that some letters appear on the screen
Note: This is text font texture used for UI buttons.
6. Rotate device back to Portrait mode
7. Notice that texture persist.
Expected behaviour: No random text texture are taken if WebCamTexture is not initialised.
Actual result: WebCamTexture takes random texture in this case UI Button text font texture if it is not initialised.
Reproduced with Metal only.
GLES2 and GLES3 show black texture if WebCamTexture is not initialised.
Reproduced on versions: Unity 5.3.7p3, 5.4.4f1, 5.5.0p3, 5.6.0b3
Reproduced on devices: iPhone 6 Plus iOS 8.0, iPad Mini 3 iOS 9.3.2, iPhone 6 Plus iOS 10.1
Did not reproduce on Android.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment