質問編集履歴
1
画像追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|

|
7
7
|

|
8
8
|

|
9
|
+

|
10
|
+

|
9
11
|
|
10
12
|
```C#
|
11
13
|
using System;
|
@@ -16,7 +18,7 @@
|
|
16
18
|
using UnityEngine.XR.ARSubsystems;
|
17
19
|
|
18
20
|
[RequireCompotenent(typeof(ARRaycastManager))]
|
19
|
-
public class
|
21
|
+
public class FigureAR : MonoBehaviour
|
20
22
|
{
|
21
23
|
[SerializeField]
|
22
24
|
GameObject objectPrefab;
|