Advertisement

Latest unity2d Activity

@Alberth Ok I analysed a lot and concluded maybe this is how touch system works. I checked another published game which had similar touch interactions and there also similar problem was there but since that game was meant for a single touch so user would not do multitouch because how the game is me…

3,983 views
Advertisement
BrightStdio
March 01, 2023 08:15 AM
Making enemy Ai for my game - Shape devlog

Testing and making enemy AI Boss with a dashing mechanism 
 


The enemy will follow the player in an idle state and the timer between attacks will play 

After the timer completes its cycle the enemy begins to turn to attack mode

Before the enemy dash, it will play the moving path to demon…

4,582 views
BrightStdio
December 31, 2022 04:53 AM
Making my first indie platformer showcase
Shape: Mind of Thinker has a minimalist style inside the puzzle platformer game

"Sometimes I overthink a lot and it makes me stuck inside my mind"

A Minimalist Style But Inside A Complex-minded

With connecting word mechanism, you can make a rule for your rooms and solve the problem. 

Solve the puz…

6,553 views
Optimizing your game with coroutines (Unity and C# tutorial)
I show how to Optimize slow methods in Unity by converting them to coroutines and distribute the calculations over multiple frames.
12,684 views
Basic Cinemachine Camera setup for 2D games and fix for camera glitch movement
Learn how to quickly setup Cinemachine 2D camera for your games and how to avoid common bugs.
11,656 views
Learn how to create Event System in Unity [Made Easy]
In this short and easy-to-follow tutorial, we learn how to use events and how to create a functional event system.
9,714 views
Shaarigan
August 16, 2021 06:28 AM
How to script a long note in unity rhythm game?

sangiria said:
but I don't know better

Maybe this is your issue. First learn the programming language, then make your game. Following a tutorital without knowing what and why they're doing is worthless on a learning purpose.

In general, you can always set an objects position if you take it out of a po…

10,102 views
EricBritos
December 31, 2020 05:35 PM
Destroy Enemy

@RamiMorrar thank you very much, i will try

3,273 views
After 5 months of development, Maze Escape is finally released & playable for free

Hello.

My Indie Game “Maze Escape - Mape” has just been released for free. I've worked on this project in my free time and I started making it 5 Months ago. It's made using the Unity Game Engine.

„Find, Fight, Escape!“ - Mape

You are trapped inside a mysterious maze. In order to escape it, you need to…

3,175 views

8Observer8 said:

 I am ready to finish the Flappy Bird challenge for three platforms. It is really a very great step in my life!

That's great! I also want to improve my flappy bird game, when the game I'm currently working on is released. The things I want to do:

  • Change the graphics 
  • Make it …
7,037 views

I thought about making the turtles moving their legs, and the worms sort of slither

6,890 views
AndyPett
September 18, 2020 06:53 AM

I actually don't know that many platforms. I know of Steam, and there's another one for indie games that I don't remember the name of. I would just Google something. ?
I'm pretty new to game development and distribution, but I've been around in movie and music industry for 10 years, so I've had the …

4,694 views

n00bi3 said:
 if (grounded == true) { multiplier = 1; isScore5 = false; } 

Do you mean that multiplier is never reset to 1 because grounded is never true? How do you update grounded?

5,549 views

Been a while (again) but the development has finally started again. The latest addition to the game is blowpipes and darts. There are currently 3 types of darts; The normal dart, poison dart and the sedative dart. Each dart and their function is shown in this clip.

7,801 views
Hello everyone. I'm a 14 year old gamedev. I have a youtube channel that is mainly based around gamedev. I am 6 subs away from reaching 200 subs. If you could help me that would mean a lot :)

https://www.youtube.com/channel/UC8Kqr21rinohnhoUkp3lGWw?view_as=subscriber


 

2,954 views

You have several options, 

  • store those information in a static cache (static code is never unloaded)
  • have a master scene that loads all the other scenes additively and keeps track of the values in it's game objects
  • use the singleton pattern to have a manager object and set this object to DontDest…
  • 2,810 views

    I'm currently working on one 2d top down shooter where you randomly cast random skills. And I'd like to hear some critics

    https://darekadevu.itch.io/unpredictable-powers here's a link to game's page

    2,055 views

    Hello! The newcomers project requires developers, 2d artists and animators, our team:

    Game designer - 1 piece;

    C # developer - 1.5 pieces;

    2d - artists - 2 pieces;

    Sound designer - 1 piece.

    Unfortunately, the project is non-profit so far and we are all enthusiastic.

    Now many basic mechanics are ready:

    Mul…

    2,736 views

    Hey everyone,

    I recently started learning Unity and decided to start a YouTube channel documenting my progress towards releasing my very first indie game. The game is a twin-stick shooter inspired heavily by Geometry Wars. If you're interested please check it out. Would love to hear some constructiv…

    2,776 views
    Advertisement
    Advertisement