Skip to content

Commit 5f92de4

Browse files
committed
Revert "Adding support for the .NET scripting background"
This reverts commit 676967d.
1 parent 676967d commit 5f92de4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/MixedRealityToolkit/Attributes/MixedRealityExtensionServiceAttribute.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,12 @@ public MixedRealityExtensionServiceAttribute(
7171
PackageFolder = packageFolder;
7272
}
7373

74-
#if UNITY_EDITOR
7574
/// <summary>
7675
/// Convenience function for retrieving the attribute given a certain class type.
7776
/// </summary>
78-
/// <remarks>
79-
/// This function is only available in a UnityEditor context.
80-
/// </remarks>
8177
public static MixedRealityExtensionServiceAttribute Find(Type type)
8278
{
8379
return type.GetCustomAttributes(typeof(MixedRealityExtensionServiceAttribute), true).FirstOrDefault() as MixedRealityExtensionServiceAttribute;
8480
}
85-
#endif // UNITY_EDITOR
8681
}
8782
}

0 commit comments

Comments
 (0)