What is the difference between NavMesh and PathFinding?
I’m new, so do not Flame me for this. I understand PathFinding, and A-Star method for find a path from point A to B. NavMesh appears to be a form of collision detection. In other software you set an...
View ArticleMobile Games, what is too heavy?
Is there a list somewhere of what is too heavy for mobile Games? I understand high-res geometry can bog down even an X-Box, but what is about the standard? Like.... 1 character at 900 poly, or 10...
View ArticleHow can the User import their own images?
I want the User to be able to import a bunch of images from their photo library. Have you ever seen one of those simple LISTS Apps? The ones that you list out a bunch of things you need to do today,...
View ArticleMouse Click vs. TrackPad click
I am having issues with a lot of the Assets I am downloading. I do not want to give them a bad review, if it is my mistake. Many times, when they say Click Anywhere to move your Unit, my Unit just...
View ArticleHow do I not use a script?
Whenever I add a script to Unity, it automatically tries to use it, even if it is not attached to an object. Let's say I want to test something, and I do not want to destroy a movement script I have on...
View Articlefind closest target?
Right now, I am creating a Sphere from a unit, and making it grow. When a Player unit gets touched by it, it Echos its X,Y,Z position to a Global Vector3. The Sphere dies after touching it's first...
View ArticleHow do you make a global variable, global in Unity?
public float PathLength = 0f; PathLength = PathLength + SegmentLength; This gives me the correct data I want, displayed in the Inspector. I want it displayed in the HUD. So In My HUDScript I wrote...
View ArticleWhat is the difference between NavMesh and PathFinding?
I’m new, so do not Flame me for this. I understand PathFinding, and A-Star method for find a path from point A to B. NavMesh appears to be a form of collision detection. In other software you set an...
View ArticleMobile Games, what is too heavy?
Is there a list somewhere of what is too heavy for mobile Games? I understand high-res geometry can bog down even an X-Box, but what is about the standard? Like.... 1 character at 900 poly, or 10...
View ArticleHow can the User import their own images?
I want the User to be able to import a bunch of images from their photo library. Have you ever seen one of those simple LISTS Apps? The ones that you list out a bunch of things you need to do today,...
View ArticleMouse Click vs. TrackPad click
I am having issues with a lot of the Assets I am downloading. I do not want to give them a bad review, if it is my mistake. Many times, when they say Click Anywhere to move your Unit, my Unit just...
View ArticleHow do I not use a script?
Whenever I add a script to Unity, it automatically tries to use it, even if it is not attached to an object. Let's say I want to test something, and I do not want to destroy a movement script I have on...
View Articlefind closest target?
Right now, I am creating a Sphere from a unit, and making it grow. When a Player unit gets touched by it, it Echos its X,Y,Z position to a Global Vector3. The Sphere dies after touching it's first...
View ArticleHow do you make a global variable, global in Unity?
public float PathLength = 0f; PathLength = PathLength + SegmentLength; This gives me the correct data I want, displayed in the Inspector. I want it displayed in the HUD. So In My HUDScript I wrote...
View Article