質問編集履歴
1
文
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
下記のエラーコードがでる
|
2
2
|
|
3
3
|
Assets\script\navmesh.cs(23,32): error CS1503: Argument 1: cannot convert from 'UnityEngine.Transform' to 'UnityEngine.Vector3'
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
一応これは試しました https://forum.unity.com/threads/instantiate-help-cannot-convert-from-unityengine-vector3-to-unityengine-transform.436229/
|
8
|
+
|
9
|
+
|
4
10
|
|
5
11
|
|
6
12
|
|