↧
how do i get my imported objects to have collisions
i need a cone collision so i made a cone in Maya and imported it. but my character doesn't collide with it. i tried mesh collider and it didn't work.
View Articlehow do i get a yield to work multible times?
the first time it works, the yield waits a second. but the second time the program ignores the yield and does the actions right away. yield WaitForSeconds(1);
View Articlehow do i get convex on a 2D object
i need to get a trigger to go off in an object but it only seems to work on the edges. in 3D i can turn on convex and it fixed the problem. but i am working in 2D and i don't see the option to do this.
View Article