In the unity oculus interaction SDK there is a bug in the
PointableCanvasModule This is the ADB log 15:37:50.067 Unity
InvalidOperationException: Collection was modified; enumeration
operation may not execute.at
System.Collections.Generic.Dictionary`...
Created workaround by adding the below class and using that instead of
the standard PointableCanvasModuleusing System; using
System.Collections.Generic; using System.Linq; using System.Text; using
System.Threading.Tasks; namespace Oculus.Interaction ...