How can i choose the UV than i want to use with each Texture of a material ?
i have a huge building with a lightmapped/bumped-specular material. I got 2 UV. UV1 (tilling) is for the diffuse. UV2 (unwrap) is for the lightmap. Unity automatically affect bumpmap to UV1, but i want...
View ArticleSelecting gameobjects in game,
Hey! Need help with a script, the thing is that i want to be able to click a gameobject, in game and i want it to get highlighted, and set som kind of variable. Final result is that i can click a...
View ArticleStatic variable and Materials
Hi there! im trying to create smt like lego game. Now im trying to create system, thats allow player to choose between several (actually 66) materials for blocks. here is the code: (java)var...
View ArticleExamples for realtime moving or hiding of props?
Hi everyone,I'm new to Unity and even more new to programming in general. I'm hoping to find good tutorials or example files specifically for the following situation.I've created an interior of an...
View Article2 audio sources on a game object, how use script to instruct one to play?
If I have an empty game object with two audio sources, each with a unique audio clip. How, in script, do I pick one from the other? Let's say one audio source has a audio clip called jump.mp3 and the...
View Articlechoose random waypoint
http://screencast.com/t/BFgPLx3jJcI started with the fps tutorial and am using the script as a basic. What i want is that the AI robot chooses a random corridore. So 1 of the two waypoints. I'am...
View ArticleMy monster only choose one Target
Hi, I have been using as base, script monsters made by Unity, but now I have a problem, I have a couple of characters on the Game, so it have became a problem for my monsters, they don't know how to...
View ArticleUnity 3.3 vs Unity 3.4
I'm brand new to unity and I've done some research on it. I've noticed that some people are saying version 3.4 has some bugs and issues. So should I get the more stable version 3.3 or the more up to...
View Articleis there a way to change the public inspector details at runtime
im curious if this can be done public bool useStatic; public GameObject[] staticOjects; public GameObject[] nonStaticObjects; so that if useStatic = true; , then only staticOjects would show in the...
View ArticleLeft 4 Dead-style Spawnpoints?
Hi everyone. I need help with making a game where one person has to get to the other side of the map, and the other person tries to stop him. The person trying to stop him can choose from physical...
View ArticleHow to Choose a character.characters before game start
How to Choose a character. before game start I have 10 characters I want to Choose a character. the character on GuiTexture , Then Choose a character. the map for start game What should I do? What I...
View ArticleUsing arrays to randomly select an object
Hi there, I'm a newbie scripter and I'm trying to figure out how to have a script select a random object (say, every few seconds). I have 3 cylinders (let's call them Tube1, Tube2, Tube3, 1 of which...
View ArticleFootstepsound choosing with less if else code?
this is more a question (is this possible and is this faster to execute for unity) I am making a first person scary horror game. I have a script in my game for the headbobbing so that the camera goes...
View ArticleChoose random Gameobject from array?
Hi, sorry if this has been asked before, but I haven't found any answer. I'm trying to make my script choose a random gameobject from my array. GameObject[] spawnPoints =...
View ArticleHow to add animation to play after user choose the wrong answer
Okay im a really newbie so sorry for that hehe anyway my question is how can i add animation to my code after the user chooses the wrong answer anyway this program is a QandA game where in when you...
View ArticleWhy should I include lesser "Quality Settings" in my build?
I've been scouring the answers area for some time now, to find my answer, but haven't seen it. I'm confused as to what to use/set the Project "Quality Settings" for... I actually have this concept in...
View ArticleWhat chooses quality settings, if I don't specify?
Hello Awesome Answers community! This has been rolling around in my head for weeks now, but I'm just getting to post it today: I can set the various quality settings which will be available for use in...
View ArticleChoose random from given numbers
Is there some function in C# like: var randomN = choose(1,5,10,15); Let`s say. I need to specify those numbers. Some simple function please. Random.Range() is not what I need. **REASON:** **I need to...
View ArticleHow can i choose object with mouse ?
OnMouseDown() { obj = this.gameObject; } with this code i can choose objects with mouse but if i do this i should write different scripts for different objects. This mean there ll be too many script...
View Article[C#] How do I randomly pick between 3 specific numbers?
Is it possible to CHOOSE a random number between 3 numbers I have set? I want to randomly choose between -3, 0, 3 but only those exact three numbers. I want my enemies to randomly spawn in one of the...
View ArticleRamdomly select a variable
I am making a game which involves combat, and i wanted to make my enemy wander around. The best option that i have found was to store some empty gameobjects on some variables and make my enemy choose...
View ArticleRandom selection
Hey guys, i know that this question had already been asked, but i didn't understood what you are supposed to do and what i've tried didn't work really well. I would like to know how do you create a...
View ArticleWays to evaluate a programming technique to solve a problem? Ex: GameObject...
Hello there, I am a beginner in programming with C# and Unity, so sorry in advance if it is weird silly talk :). I am working on my first project, and i am trying to figure out how to evaluate which...
View ArticleWhich VR platform is easy to work with, Cardboard or Gear VR?
I am going to develop VR Game as my FYP, Just wanna know is it easy to develop for Cardboard, Or easy for Gear VR? Also with bluetooth controller or Gear VR Touchpad input :) Thanks
View ArticleUnity vs Unreal Engine 4
Iv'e been using Unity for a while now and also looked into Unreal Engine 4, from what I got, I might consider switching over to Unreal. I feel Unity is kinda "Forcing" people yo use it and to use the...
View ArticleChoose random prefabs from list?
Hi, so i made a list with 10 prefabs in, and i want the shop to randomly pick 5 from the list everytime the shop is opened. I am really new to unity and have been following tutorials up to this point....
View ArticleVariable won't update (C#, Unity)
I'm trying to make a game with the beginning scene a character selection list. There's also a start button, but I only want it to work if the player selected a player character. The code above is how...
View ArticleChoose between -5, 5 (not range)
I want to choose between two numbers and one of them is a negative number. I've searched about how to choose between numbers in Unity, and answers using an array. You create an array, put the numbers...
View Article