A WebXR submission to js13kGames 2020, based on Goodluck.
Read The Making of ROAR, which includes:
- game design insights,
- architecture overview,
- technical implementation details,
- lessons learned.
-
Assume WebGL2 and WebP support.
-
AABB colliders do not take the scale and rotation into account. Their size is always defined in world units.
-
Remove
LightDirectional
. -
(Only on the
release
branch) RemoveRenderKind
andRenderPhase
and useRender.Material
to distinguish between rendering phases. -
AudioClip
can only play one track with one instrument and a single note.