Network 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 ArticleGround and character problem
I'm using unity to dev a game like gunbound , and i have a problem that i can't control character like i want , in this position it's my character doesn't step the foot in the ground , i want to ask ,...
View Articleusing UnityEditor.EditorUtility.DisplayDialog with ios
I have this code here #if UNITY_EDITOR bool yesWasClicked = UnityEditor.EditorUtility.DisplayDialog("Alert" , "Are u sure ?", "Yes" , "No"); #endif It's run great in pc , but when i build to ios the...
View Articlea 2D Smash Bros like game
hello, I have been working with Unity for a little bit, just prototypes though, nothing polished My question is that is it possible to create a game with visuals similar to this...
View ArticleHow to create a sprite sheet by hand...
I'm using Krita and I'm wondering what the specifics for creating a sprite sheet by hand are. I'm wondering if there is a preferred resolution of the individual sprites(I have my pixel brush at 1px and...
View ArticleUnity Optimization Tips !
Hi Everyone, I am stuck on thinking which thing causes a lag in unity and how to optimize it.. i need help on the following topics ! 1. Does The Length Of The Script Makes A Game Slower? 2. Which is...
View ArticleGoogle play app store optimization(ASO) Tips
I just uploaded my game on google from long time but still not getting good installs. How can i promote or make it to come in search results or players find my game?
View ArticleGPU Optimisation
Hello, I am currently quite stummped on how to optimise my scene at the moment, I am currently running at around 60 FPS but on quite a high end system. As you will see below my problem lies with the...
View ArticleHelp a new developer with storing a lot of 3D items!
Hello! I am fairly new developer using Unity 4.6 for a university project. The idea of the project are to use Oculus rift Devkit 2 and leapmotion, in order to inspect and interact with a lot of 3D...
View ArticleStealth 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 Article