The Wayback Machine - https://web.archive.org/web/20220324125246/https://github.com/topics/game-jam
Skip to content
#

Game Jam

Game Jams challenge people to create games within a short period of time (usually over a weekend, a week, or a month), and with certain constraints like limited color palettes, file sizes, and themes.

Here are 608 public repositories matching this topic...

thorlucas
thorlucas commented Apr 5, 2021

What problem does this solve or what need does it fill?

In games, tiles often need to store extra data. For example, in Minecraft, blocks have block states and block entity data.

Describe the solution would you like?

I would like Tilemap and Tile to be generic over T, allowing us to attach additional data T to each Tile. This could be something like this:

st
enhancement help wanted good first issue
japtar10101
japtar10101 commented Jan 3, 2021

Describe what to research into

The latest version of unity now supports reorderable lists. There's almost no reason to customize the inspector for lists anymore, so look into which packages could use an update on this.

Describe what to research into

  • Remove the base editor script
  • go through existing packages editor script
enhancement good first issue priority-mid