Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Index Reference error encountered when switching build platforms #14

Open
SimonDarksideJ opened this issue Aug 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@SimonDarksideJ
Copy link
Contributor

The following error appeared when I switched from Android back to Standalone Build platforms:

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <b89873cb176e44a995a4781c7487d410>:0 
  at RealityToolkit.CameraService.CameraService.Initialize () [0x00034] in .\Packages\com.realitytoolkit.camera\Runtime\CameraService.cs:83 
  at RealityCollective.ServiceFramework.Services.ServiceManager.InitializeAllServices () [0x0003e] in .\Packages\com.realitycollective.service-framework\Runtime\Services\ServiceManager.cs:1344 

Unclear as to the source of the issue.

@FejZa FejZa added the bug Something isn't working label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants