Stealth AI?
Hi, I'm working on a horror project, and have experimented with some AI i made, very crappy. I am not very good with AI so I have come to the community to ask for some pointers and some examples for a...
View ArticleSome tips to building a step by step game
Hi, I'm working on a "step by step" game, ie, a game divided into several stages per level: phase to plant, phase to water and phase to collect. I can not take the next step until I completed the...
View Articlescroll bar inventory with slot count for equip items
the picture basic draft what i want it to look like but i am unsure of how how to make it work with the UI because i want it obj that players can see if they are behind user with it open i know UI can...
View ArticleTrouble with WASD movement
Hello, today I've written a script to make a marble move (controlled by the player). The marble is just a plain object with my script attached to it, allowing you to move. Here is the script: using...
View ArticleOptimization and Good habits programming whit C#
I have searched about good practices, but only found things like "comment your code" or "careful when naming your variables". I would like to know things like: - Don't use getComponenet( ) in functions...
View ArticleHow many tris are the maximun for mobile game character?
I am about to model the characters for my mobile game. But I don't know how many tris are maximun for my character. My friends have told me that 1.5k tri are the max for mobile game characters. But...
View ArticleBeginner Programer Potato skill level
I want to learn programming and just got unity i know the names of the programming languages but not how they work and how they differ. Do you guys have any tips on where and what to start programming
View ArticleHow do you bring your ideas to real code?
Hi everybody! I guess this is a question for the most experienced devs. Can please give good advice on methods or steps that you take to design the clases of your game? I find it's easy for me to...
View ArticleApply Materials in Blender or Unity ?
Hi! I have a few questions for the planning of a game. It's a simple "Shoot a target" game. I have no idea if i should apply the texures and materials in Blender and Export to .FBX or apply the...
View Articletips on how to make good 2d game assets
Hey all. This might not entirely be related to unity. I'm looking for tutorials/resources on how to best make 2d assets inside an engine. I already know how to build a 2d game in Unity. What I'm...
View ArticleQuest Tips `n` Tricks
Hi Guys, I have just started game making as i think it will be the perfect job for me : D I was wondering if any of you guys could give me some beginner tips and tricks for creating an `RPG` like game?...
View ArticleA few general questions
Okay, so I've been contemplating over the past few days of whether to use unity or UDK. As of right now I'm leaning towards unity, so I need to know a few things. What do I need to know to use unity?...
View ArticleNetwork and lobbies tips and tricks ?
Hi everybody, we need to a personnal project to create a network connection between people and probably a server cause our TPS can accept until 8 players simultaneously on one game session. So we...
View ArticleGUI scripting? continued
I posted yesterday about scripting and I tried to reply to that thread but it would not let me. I have a new strip of code and it seems to fit a little bit better to my needs, but I need to know how to...
View ArticleUnity mesh 'Size' and question for gamers.
First off, I don't build my models to work with a 1,1,1 size,its hard for me to judge everything, so I change the 'Size' in the unity editor, is this bad? Would it mess me up later? If so, how would I...
View ArticleBest performance, best graphics. Looking for tips.
I was looking forward to create some sort of API where I can render really good last-gen graphics within Unity3d, but with the lowest cost of PC performance. I'm talking about perhaps 1-2 y/o computers...
View ArticleAny tips for making a cover system?
Hey what should I do to make a cover system for a 2.5D game? Thanks all help will be appreciated. If you can please help me find sites that will 'cover' this topic (pun intended)
View ArticleComplete beginner. Where to start?
Hi, As started, I am a complete beginner. I am hoping to pursue a career in the gaming industry in the future, hopefully as a game designer, but as you can probably tell I have little experience....
View ArticleLists: Avoiding ArgumentOutOfRangeException: Argument is out of range errors
Hi, I'm trying to expand my knowledge of Lists and I've been experimenting the last few days. My current focus is on avoiding ArgumentOutOfRangeException: Argument is out of range errors when other...
View Article