issues
search
CITMProject3
/
Project3
Ri-Karts! The best Yo-kai racing game
https://citmproject3.github.io/Project3/
MIT License
7
stars
3
forks
source link
Can't create prefabs of basic primitives
#23
Closed
traguill
closed
7 years ago
traguill
commented
7 years ago
Create a new Primitive (cube, sphere, etc)
Set this gameobject as prefab
Load a new instance of the prefab
The enigne crashes because:
The Mesh resource that is loading is "Resources/Primitives/cube.msh". The loader method expects the resource to be an uint not a string.
The enigne crashes because: