Search Issue Tracker
By Design
Votes
1
Found in
4.3.0b5
Issue ID
569365
Regression
No
WebCamTexture does not automatically focus on Windows Phone 8
Steps to reproduce:
1. Create a project which uses and displays WebCamTexture
2. Build and run it. Camera capability must be enabled.
3. Put the camera up close to some object. Using Android device it will clearly automatically focus, however WP8 device will remain unfocused.
Comments (2)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
brettcook99
Jan 06, 2015 18:47
This is not resolved. Focus is an issue on all mobile devices and needs to be exposed so we can control it.
We need FocusRegions and AutoFocus controls. Please expose this, or open source this part of the unity API so we can add the needed functionality.
tibascordeiro
Feb 05, 2014 12:01
post your script here