I need software to develop 2D level design, can you list me some software that is available for download?
What part of the design do you need software for, and what type of game are the levels for?
For background, middleground and foreground stage mounting for a 2D platform game!
You can design the levels with a pencil and paper. Actually implementing the levels will depend on how the platform code itself works. Generally the programmer who writes the game, will also provide some means of laying out the levels.
You can build levels right in the Unity editor, simply by placing objects where ever you want. If your game is tile-based, there’s even a tilemap editor.
Anything that can generate common image formats (JPG, PNG, GIF) can be used as a creative tool to create 2D level graphics. Unity itself has lots of tools (like tilemaps and layers) to implement these into a functional level. I use Photoshop because my dayjob supplies a copy, but you could just as well use GIMP or whatever.
I used this program to create Sprites for a while. It’s super simple but that’s exactly what I required at some point.
https://graphicsgale.com/
Once a friend made a life simulator of a homeless person, and when he showed ideas for level design, many began to shower with ideas and his vision of one or another part of the level. He sketched all this in a notebook so as not to forget. It’s fun and people are happy to help, so take a notebook, beer and go show off to your friends))))
This is why I don’t like to discuss my games with friends! They always have “helpful” suggestions!
Those “helpful” suggestions are valuable, though! Don’t take them at face value, learn to see the underlying reasons behind suggestions, questions, complaints and compliments. Then, as a designer, decide for yourself what you can do with that information to make your game as good as possible.
There’s a neasy fix for annoying suggestions… just ask your friend how he would implement that idea and starting talking about coding. I made lots of people leave me alone that way, programming is awesome!
You have boring friends if they leave you alone when you talk about programming.