Initial Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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.
|
||||
}
|
||||
Reference in New Issue
Block a user