Search Issue Tracker
Fixed
Fixed in 1.0.2
Votes
0
Found in [Package]
1.0.1
Issue ID
XRMRT-81
Regression
No
Warning "'ContinuousMoveProvider.useGravity' is obsolete" is thrown when Project Validation issues are fixed in the Mixed Reality Tabletop Template
Steps to reproduce:
- Create a new MR Multiplayer Tabletop Template Project
- If Project Validation Windows opens up, click "Fix All" and wait for the fixes to be applied
- Observe the Console
Actual results: Warning "Assets/MRTabletopAssets/Scripts/Player/PlayerOptions.cs(387,13): warning CS0618: 'ContinuousMoveProvider.useGravity' is obsolete: 'Controlling gravity directly in the move provider has been deprecated in XRI 3.1.0, use Gravity Provider instead.'" is logged in the Console
Expected results: No deprecated methods are used in a user facing template
Reproducible with versions: 1.0.1 (6000.1.0b14, 6000.2.0a8)
Not reproducible with versions: 1.0.1 (6000.0.45f1)
Can’t test with versions: 2022.3.60f1
Tested on (OS): macOS Moneterey
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 1.0.2):
Removed the Toggle Flight option from the Player Options script as that functionality is not supported in the MR Multiplayer Tabletop Template.