- Home /
2D platform game, Tile
Hello,
I'm currently developping a 2D platform game and was thinking at an efficient way to create my levels, and more precisely the platforms.
My platform would be a bit like Heaven Hell :
Each platform can be horizontal, vertical or diagonal.
For the moment, my platform are just a cube with a texture assigned to it with tile = 1 A bit ugly...
I would need some recommendations from you to have something like Heaven hell. I was thinking of making 3 prefabs :
-Left side of the platform.
-Middle of the platform.
-Right side of the platform.
If i want a long platform, i would just need to have something like 'left side platform - middle - middle - middle ... - Right side platform I did not try it yet as i'm not sure if its a good way to do it.
Would you think at something better ?
Thank you very much
Florent
Yep that should be good, just make sure that the textures you use will line up with any adjacent textures.
Ok thank you guys, i'll try it and let you know if a experience problems
Cheers
Your answer
Follow this Question
Related Questions
Need help with a relatively simple issue. 1 Answer
Spawning animals at a random postion on platforms. 2 Answers
2D Tiles Raycast Problem 1 Answer
Transforms suddenly have rotations 0 Answers
2D Plane Component "Gravity" 0 Answers