Same here. No response yet though on the discord channel.
Deege
13
Posts
1
Following
A member registered May 20, 2022 · View creator page →
Creator of
Recent community posts
Death is just the beginning... for those left behind jam comments · Posted in Death is just the beginning... for those left behind jam comments
The GameDev.tv Game Jam 2022 - Free Course For All Submissions! community · Posted in Here is what I learned in my first Jam. What about you ?
This was my first jam/game, so I learned quite a bit. I think the most positive thing I learned was getting more familiar with Unity as I went. Things were getting simpler to figure out as I progressed. For example getting characters to face the right direction as they moved took a long time (done earlier in dev), but adding audio to the different events ended up taking minutes (towards end). My goals before starting were:
- Get proficient with tile maps - So so success. Still can’t get them to do exactly what I want with the rules.
- Tile map collisions - mostly successful. Bullets still go through walls.
- Figure out animation for sprites - success
- Audio - much easier than expected. Might try spatial next time.
- UI Elements - was the last thing I did. Will likely start there on future projects.
- Menus, loading screens, etc. - Ran out of time
Was a fun week!
The GameDev.tv Game Jam 2022 - Free Course For All Submissions! community · Posted in We did it! First gamejammers
The GameDev.tv Game Jam 2022 - Free Course For All Submissions! community · Posted in Unity WebGL Error
My game was stopping at 90% and never running on the Web. Sounds like it’s an issue with the compression settings. I followed this to get it to work.