Adding in a choice for AI
Hey people, I am making a predator prey AI bit and would like to know how I could implement a choice for the objects? For instance, if they are fighting and both of them get to ~20hp (same amount of...
View ArticleStreaming data through Unity - other than WWW?
I realize there are multiplayer solutions out there that do exactly this... but I'm wondering more about the protocols accessible without having to use a plugin or third party system. It's pretty easy...
View ArticleStoring mobile data - limits on mobile
Is there any limit to how much data you can store on mobile? What if you're streaming/downloading and storing an entire 500 MB scene? Is the only way to store data on mobile via PlayerPrefs?
View ArticlePlayerPrefs - maximum number of keys?
What kind of storage engine is PlayerPrefs based on? Is there a maximum number of keys that can be stored with PlayerPrefs?
View ArticleAndroid lag when home key is pressed
My 2d game runs smooth most of the time on my gs3 but when I press the home key or the lock button (anything that makes the application pause in the android system) the phone gets very stuttery. It...
View ArticleHow do you make your character move in Unity 4.0
I need help making my character move it keeps freezing every time I go to point light
View ArticleHeadbob change when sprinting HELP
(javascript) I am trying to have my headbob values increase when left shift (sprint) is pressed, so it makes u feel like you are sprinting. Here is what i have: private var timer = 0.0; var...
View ArticleBuilding for Android
Hey Everyone, Having a lot of trouble building my app for the android. I have been able to build an APK file and have it installed on my tablet and phone. I have created a marketplace accound and have...
View ArticleHow do I get a Texture2D from a SpriteManager2 Sprite Atlas
I have a PackedSprite object created with SpriteManager2 with several animations. I would like to use a particular frame of one of these animations as the texture for another object related to this...
View ArticleNeeding some help drawing a box in GUI
Hello Unity, I am looking for some help to draw a box when I click down on the mouse. Here is what I have so far and its not doing anything at all. I think once I get this working I am still going to...
View ArticleHow do I change the fill color of a rage spline path?
I am trying to change the color of a path with a rage spline component from a script while the game is running. I tried connecting the path as a gameobject in another script and then geting the rage...
View ArticleGTGD Tutorial - Adding Weapon Model Problem.
hello i was following GTGD Tutorial. but i guess he didn't made new video from about 3 month. i got problem in adding Weapon Model it can only move Horizontal - or - Vertical the weapon cant move both....
View ArticleMake a document pop up on screen
ok...this may be a bit confusing...so i will try to dumb it down. I have a model called "document". i want the gui of the player to show text on-screen when the player wanders over "document". Can...
View ArticleEditor for Quaternion - weird problem
Basically all I want to do is make an editor for a rotation, exactly like the one Unity uses for transform.rotation (that is, with x, y, z only, not w). I can get EditorGUILayout.Vector3Field to work...
View ArticleTransferring my pc app to ipad
Hi, So we have a full developped pc game, and we want to get it to ipad. My question is, is it as easy as clicking export for ipad? Or is there a whole process? This is the game,...
View ArticleSubtractive Rendering?
I am trying to figure out how to create this rendering scenario below, but I'm not sure exactly how to go about it... Object A- Solid object Object B- Transparent object Object C- Background geo If the...
View ArticleCan't find script controlling mouse clicks
Can't find which script is controlling mouse clicks.. Is there a Debug.Log() command that can catch where the event handler is originating? Note: Using example project Angrybots
View ArticleCharacter Models & Animation
This could be a stupid question but I don't have a clue about 3D models and animation. I have been looking at some of the models on the unity asset store but I need a character with a push animation....
View ArticleAdding a texture/object/model to my Fpc/character
Hey guys, i made an apple in unity which is going to be my character. How do i make it, so i control the apple? i tried draggin the apple into Fpc - graphic, then i can control it but i can't jump. Plz...
View ArticleCharacter Floats After Hitting Head on Object
Basically the character is "hanging" after you jump and he hits his head on a platform only while move left or right. If you are standing still he hits his head and returns normally to the ground...
View Article