Search Issue Tracker
Fixed in 1.0.0-preview.7
Votes
0
Found in [Package]
1.0-preview
Issue ID
1191392
Regression
No
[InputSystem] TrackedDeviceRaycaster has hard references on both Physics and Physics2D
TrackedDeviceRaycaster currently has hardcoded references to both the Physics and the Physics2D class in Unity. Depending on the application, stripping out one or the other is desirable. Both references should be guarded by #if ENABLE_xxx blocks.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Add comment