diff --git a/.gitignore b/.gitignore index 4830dbe..7752ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ Assets/QuestRdp/Models* # Depend Assets/Oculus* -Assets/QuestView* +#Assets/QuestView* Assets/MeshBaker* Assets/SimplestMeshBaker* Assets/TextMesh Pro* diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e5d2aa7 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,39 @@ +{ + // IntelliSense を使用して利用可能な属性を学べます。 + // 既存の属性の説明をホバーして表示します。 + // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Unity Editor", + "type": "unity", + "path": "/e:/Unity/quest-rdp/Library/EditorInstance.json", + "request": "launch" + }, + { + "name": "Windows Player", + "type": "unity", + "request": "launch" + }, + { + "name": "OSX Player", + "type": "unity", + "request": "launch" + }, + { + "name": "Linux Player", + "type": "unity", + "request": "launch" + }, + { + "name": "iOS Player", + "type": "unity", + "request": "launch" + }, + { + "name": "Android Player", + "type": "unity", + "request": "launch" + } + ] +} \ No newline at end of file diff --git a/Assets/QrdpUiNumpad.cs b/Assets/QrdpUiNumpad.cs new file mode 100644 index 0000000..06b7e67 --- /dev/null +++ b/Assets/QrdpUiNumpad.cs @@ -0,0 +1,46 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using System.Linq; +using UnityEngine.UI; + +namespace Qrdp +{ + public class QrdpUiNumpad : MonoBehaviour + { + // Start is called before the first frame update + void Start() + { + var transforms = GetComponentsInChildren