Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Unity

A topic by Sorry88 created Jan 20, 2021 Views: 366 Replies: 4
Viewing posts 1 to 2
Submitted

Can I use Unity when yes how?

Submitted

Two questions collided here mutilating the last one horrifically.

  1. You can use any engine, this includes unity.
  2. What is "when yes how?" supposed to mean? This one requires more context on what you want to know to be answered.
Submitted

how I setup unity for the game jam (maybe I must change the Aspect Ratio of the game)

Submitted

It really depends on what you're going to make.

Generally you should should set your Sprites "Filter Mode" to "Point (no filter)" and "compression" to "none", so they stay sharp and download the "2D Pixel Prefect" Package and add a "pixel perfect camera" component to your camera. Set the reference resolution to 84x48 (or the other way around) and enable upscaling.

There is a bunch of other things you can do and add, but this should get you the minimal requirement for the look.

Submitted

Ok thanks