Search Issue Tracker
Fixed
Fixed in 1.0.2
Votes
0
Found in [Package]
1.0.1
Issue ID
XRMRT-47
Regression
No
IndexOutOfRangeException error is thrown when entering the Play Mode in MR Multiplayer Tabletop Template
How to reproduce:
1. Create a new MR Multiplayer Tabletop Template project
2. Enter the Play Mode
3. Observe the ConsoleĀ
Expected results: No errors are thrown
Actual results: IndexOutOfRangeException is thrown
Reproducible with: 6000.1.0b12
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
First lines of error:
{{IndexOutOfRangeException: Index was outside the bounds of the array.}}
{{XRMultiplayer.OfflinePlayerAvatar.InitMic () (at Assets/MRTabletopAssets/Scripts/Player/OfflinePlayerAvatar.cs:157)}}
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note (fix version 1.0.2):
Fixed an issue with the microphone initialization code where it might try to access an element when there are no microphones detected for the system. If there are no microphones and the user attempts to initialize a microphone device, they will get a helpful warning instead.