Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
159 views

How to start simple game development with Unity 5 [closed]

I want to start developing games with Unity because it's easy to learn, but I don't know where to start. My questions are: - Which preparations should I make for a game? - Are there any tips and ...
jablazr's user avatar
  • 13
-1 votes
1 answer
156 views

How can I can create a world that a player can easily get lost in? [closed]

I am a 3D environmental artist and I'm currently planning an independent passion game project of mine. I have the concept of crazy hallways that lead to the rooms that the player has already visited, ...
Mitch Sigley's user avatar
0 votes
1 answer
463 views

Can Java be used for developing games for Android in Unity3D [duplicate]

I only know Java Programming Language and no other. Can I develop games for Android in Unity3D using Java?
Hammad Nasir's user avatar
0 votes
1 answer
748 views

Visual studio and Unity does not sync

I'm pretty new to Game Development world. I'm using Unity 3D (4.6 - Latest version I think) and Visual Studio to code the script and something when I edit the script un VS 2013 and go back to Unity ...
poudigne's user avatar
  • 245
-1 votes
1 answer
216 views

How to increase player Lifes count

I am new in Unity Game Development. I am designing infinite game using C# scripting. There are many cubes in my game scene. if single cube is hit by player, He gets 100 points. if same color, two ...
user avatar