#how to put PackedVector3Array in c#

1 messages · Page 1 of 1 (latest)

worn iris
#

i was watching a voxel tut on yt and it said to use packedvector3array and they used gdscript but i use c# but there doesnt ceem to be a PackedVector3Array in c# i tried godot_packed_vector3_array buut that doesnt seem to have any add or append method

#

how to put PackedVector3Array in c#

muted verge
#

Should just be a Vector3[] in C#, I think

worn iris
muted verge
#

🤷‍♀️ You'd need to share some more specific code and error messages to get better help

worn iris