Initial checkin

Initial checkin of Quest App Launcher
This commit is contained in:
tverona1
2019-07-16 23:46:19 -07:00
parent 6b98242a9b
commit fe3f38ee64
933 changed files with 105478 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AppEntry : MonoBehaviour
{
public string packageId;
public string appName;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}