We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2af4e commit 1a6ef82Copy full SHA for 1a6ef82
Assets/MixedRealityToolkit.SDK/Features/UX/Interactable/Scripts/States/States.cs
@@ -25,7 +25,7 @@ public class States : ScriptableObject
25
26
public static States GetDefaultInteractableStates()
27
{
28
- States result = new States();
+ States result = CreateInstance<States>();
29
30
InteractableStates allInteractableStates = new InteractableStates();
31
0 commit comments