Best way to make precise and exact jumps all time
What would be the way to make the rigidbody jumps perfectly same all the time ? In my project the space around the platforms would be empty so if the jumps are not precise and same I cannot design...
View ArticleHow to get Application.LoadLevel to load to a different point on the level
I'm in the process of creating a game with many doors to different levels and back to the original level. I've found that when Application.LoadLevel loads up the original (Main) level it loads the...
View ArticleScene editor in game
Hi I was wondering if Unity had any scripts written that allows you to be able to move objects and the camera in game as though it were the Scene view? I am trying to great a level designer where...
View ArticleOpen World In Unity
I was wondering, is it possible to make a game that's open world and run fine with Unity? I had a thought on how to do it but am not sure it can even be done. **How I thought it would be done:** Let's...
View ArticleWhat's the best way to handle level/environment creation in a 3D game?
I'm making my first 3D game and I'm wondering what the best way to handle level creation is. Should I have environments modeled outside of Unity and import them as assets or can I use cubes and other...
View ArticleHow do you allow the player to freely transition between levels/scenes?
So I know about load level and load level async but I do not believe the answers I have read answer my question. I have a scene/level that is the main world, on the main world I placed a bunker door...
View Article[SOLVED] Modular Geometry Cube Size
So, I am going to be designing a level using modular geometry with the cube object in unity. My question is, how would I go about making the cube 256x256 for easy texturing later on in the process?...
View ArticleIn-Game Level Editor
Are the any tutorials avaible for creating an In-Game Level Editor so that player and create their own level and play them
View ArticleLevel Editors?
So I've been thinking: If I managed to create a level editor in a game for the players, how can it be saved in a format that is understandable in Unity? Bonus question: How can it be uploaded and...
View ArticleDose anyone have experience with TDTK and MAD Level manager
I'm looking for someone with experience with TDTK and MAD Level manager because im having trouble going to the next level and saving my progress after level is won
View ArticleLevel Creation and Loading Levels
I want to know how can I load level from a file.I have seen my games that load their level from a file of type json.Is there any way to do so.like a 5 grid base I want to achieve it like 1.create a...
View ArticleHow do multiple people work on one level?
in most companies i have worked at, the level pipeline was, a designer is moving around big collision blocks for gameplay, a level artist is lining up props and assets around the big boxes, a lighting...
View ArticleShould an entire level be a prefab?
As far as ican see there's 2 ways to create different levels. Either save them as a scene, then load them using: Application.LoadLevel ("Level2"); But this might become cumbersome if I have many...
View Articlenext time a level loads things arent there that were before?
say i have a scene with a pot, and inside the pot is a healthpack, so if the player gets the healthpack next time the scene loads or even restarts the game and goes to that pot i dont want there to be...
View ArticleMassive Open world, is modular a good idea.
I'm working on a massive open world map which uses multiple terrains and takes about 30 min to get from one side to the other. I want to make a small town were the player starts when the game is...
View ArticleConstructing levels by tiles, good idea or disaster waiting to happen?
What I have done is created five or six different sets of 2x2 2x1 floor tiles and 2x1 2x2 2x3 & 2x4 wall tiles with and without door openings in the Blender modeling software for use in my Unity3D...
View ArticleHow should I make this type of text level editor? C#
example: level1.txt level2.txt level3.txt ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,P,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,~~~,, ,,,,,,,,,, ,,,,,,,,,, ~~~~~~~~~~ private Tile LoadTile(char tileType, int x, int...
View ArticleMaking levels ??
What are the problem with scenes ? Is there another way to create levels in unity ? I am making a 2D platformer which has lots of levels using scenes. but in some blog i read that its not a good choice...
View ArticleHow to add MoPub Interstitial ads between levels?
Hello guys, I'm trying to integrate an advertising network (MoPub) to my game and I want this ad to show after each level, but I couldn't, so what should I do? I have integrated the MoPub SDK to my...
View ArticleHow to change unity performance, and run it in 4 GB RAM ?
**Hi my name is mohamed and i'am Game level designer . I downloaded unity 4 and it's very slow in work Although I have core i5 processor and graphics card 8 GB RAM it works in 10% from the memory and I...
View Article