character collider colliding with another character collider
im using the characterController to move me(my players character), and my ai characters, and they will recognize collision with each other, but how do you reference the ai's gameObject that im...
View Articleloop through children strongly typed
I started using #pragma strict and have the error cant convert object to transform, how would i loop through the children of a transform without errors strongly typed? var thing:Transform; Function...
View Articlehow to typecast a method holder in Javascript, like Delegate
I started working with threads just to experiment, maybe use it for my pathing, and i was wondering how to typecast methods? also how would you do do a delegate in javascript? or some form of method...
View ArticlePhysics Casting Performance
I started doing pathing and movement of charachters interacting with the environment, and was wondering about the performance of Ray, sphere, capsulrcasting, and the castAll methods. how intensive...
View ArticleReal Time Multi-Developer Level Editing
i have bee working with people on a couple people and have found that for big scenes, no more than one person can work on a scene. I made an editor script that will let me additively load a level in...
View ArticleFind Quadratic Equation From 3 points for Jump
I haven't found anything strait forward and useful anywhere so far, and thorough i should ask here so others can see an answer for this too (Hopefully soon) I am trying to do jumping from joint to...
View Article