menu

Recent questions tagged 2d

2 votes
2 answers
How do you make a 2d world on canvas? I want to make a big world on canvas. 2d game. What is a simple and effective way? ...
by vaselekk
asked Sep 20, 2021
1 vote
1 answer
How do I "Restart" a game after the death of a player on Unity 2D? Recently started making a game in Unity 2D, and almost at the end realized that I do not know how to make a "restart" the game to start from the beginning. How many sear ...
by Simmer
asked Apr 1, 2021
1 vote
2 answers
Can I create online games (2D) in Python PyGame? Hi! Recently I watched a YouTube video about a party in Fortnite, the party was huge, and I was inspired by this event, decided to create a 2D game where you can team up ...
1 vote
1 answer
In Unity, how do you make a 2D character's head follow the cursor? In Unity, how do you make a 2D character's head follow the cursor? That is, the player moves the cursor, and the head constantly looks in the direction of the cursor. I ...
by Oleg_Lin
asked Mar 21, 2021
2 votes
2 answers
How do I insert AdMob ads in Unity (2D) in 2020? I can't find and make (yes, I'm no programmer) the code for advertising. Exactly the one that works for you. And do not write water in the answer like: "Read the documen ...
1 vote
1 answer
Is it worth doing collisions for background sprites? Is it worth doing collisions for background sprites (grass, trees, back tiles, bridge railings) when setting up a tileset? ...
by LFoG
asked Mar 6, 2021
1 vote
1 answer
image
When you compile a game on android, errors fly out, what's the problem? I'm learning programming. Implemented the movement of an object via Joystick for android... But here's the problem. When I compile an empty project for android all is no ...
by sulim000333
asked Feb 28, 2021
1 vote
1 answer
What should I do if a sprite does not appear on the stage at startup? Hello, recently started to learn how to make games on unity. But here's the problem, when you start up sprites do not appear on the stage. How to solve this problem? ...
by Pekatoshka
asked Feb 26, 2021
1 vote
2 answers
How do I get rid of the blurring of pixel sprites in unity? Making a game on Unity. Well, how do I do it... Stopped at drawing characters A character drawn in Photoshop on a 32x32 image is wildly blurred when added to the project ...
by Naofumi
asked Feb 26, 2021
1 vote
1 answer
Can you recommend lessons on Godot specifically 2D? Can you recommend lessons on creating games in Godot 2D in Russian (I am well aware of the documentation) ...
by dyrtage6
asked Feb 24, 2021
1 vote
1 answer
image
How to make a flamethrower in Unity2D using the Particle System? So I decided to make a flamethrower in my 2D Unity project. I thought it would be easy and beautiful to make the fire itself through Particle System, but it turned out t ...
by svizda
asked Feb 22, 2021
1 vote
1 answer
How do you make a game for all resolutions? I am making a 2D game in Unity, but when you change the resolution and change the game icons, suggest how to make all the icons were for all resolutions ...
by Zemicansky
asked Feb 16, 2021
1 vote
1 answer
How do I apply physics to a complex shape (2d model)? Hi all, I have a quick question for those in the know. Suppose there is a texture (for example, let it be wood). depicted And also the physics engine (e.g. matter.js ...
by Hyubert
asked Feb 15, 2021
1 vote
1 answer
image
Problem with the joystick imort in Unity? Hi all, I got an error when importing a joystick pack into unity, the error code is There are inconsistent line endings in the 'AssetsJoystick PackScriptsBaseJoystick.c ...
1 vote
1 answer
image
How do I make an enemy in Unity with intelligence? Can you please tell me how to make intelligence enemy? For example, if the enemy sees a player, he should run after him and jump on the platform, please advise how to im ...
1 vote
1 answer
We need a good book on C Good books or good documentation on C ...
1 vote
1 answer
image
Doing 2d space shooter how to make a spavner of objects that will spawn in random places? There is a blue block is spavner want to randomly spavnirovshih meteorites for my 2d game suggest how this can be implemented? I would be very grateful) ...
1 vote
1 answer
image
How do I make animated 2D characters? Hi all! How easy it is to make animations with characters such as those shown below. I would like to be able to mark up a skeleton (Bones) and animate a peronage by simp ...
by j-snow
asked Feb 8, 2021
1 vote
1 answer
How do I restart a level when a character falls into an abyss? Unity C Can you please tell me how to restart the level at the elevation of the player in the abyss? If you can by example please! ...