Search Issue Tracker
Fixed
Fixed in 2021.3.39f1, 2022.3.29f1, 6000.0.2f1
Votes
0
Found in
2021.3.36f1
2022.3.22f1
2023.2.15f1
6000.0.0b12
Issue ID
UUM-66777
Regression
No
WebcamTexture clamps when wrap mode is set to "Repeat"
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Scenes/SampleScene” Scene
3. Enter the Play Mode
4. Observe the Game View and Console window
Expected result: The “Plane” GO is rendered as set to “Repeat” Wrap Mode
Actual result: The “Plane” GO is rendered as set to “Clamp” Wrap Mode but the Console prints out the “Repeat” Wrap Mode
Reproducible with: 2021.3.36f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b12
Reproducible on: Windows 10, Ubuntu 20.04 (user)
Not reproducible on: No other environment tested
Notes:
- Changing the texture’s Wrap Mode through code does not change the rendering result
- Setting “Vulkan” to the top of the list of “Graphics APIs for Windows”, changes the rendering result to always render the texture as set to “Repeat” Wrap Mode
- The rendering result may vary depending on how the camera is connected (E.g USB, WiFi)
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 6000.0.2f1):
Texture settings established before calling Play() were ignored and using default values instead, leading to desynchronization between values obtained from API and values used for rendering. Both sets of values are now synchronized upon start of playback, resolving the discrepancies for wrap mode, filter mode and other texture parameters.