itch.io is community of indie game creators and players

Devlogs

Day 2

Hike
A browser game made in HTML5

I planned to use sprites in the 3D world using bill-board. Everything looked good until draw order issue appeared. It took a few hours to solve this issue by wrote own sprite shader instead of unity's sprite shader and set "camera.tranparencySortMode" to "Ortho"
   Also, Implement flashing light from the phone to interact with objects in the game.


Leave a comment