Files
Bachelor-Arbeit-Thomas-Wichert/Assets/Oculus/Platform/Editor/OculusPluginUpdaterStub.cs
2025-07-21 09:11:14 +02:00

9 lines
306 B
C#

using UnityEngine;
using System.Collections;
public class OculusPluginUpdaterStub : ScriptableObject
{
// Stub helper class to locate script paths through Unity Editor API.
// Required to be a standalone class in a separate file or else MonoScript.FromScriptableObject() returns an empty string path.
}