Everyday Unity – Telegram
Everyday Unity
1.1K subscribers
157 photos
59 videos
42 files
2.36K links
A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center

Most used tags are:
#performance
#shader
#interview

Author: @alexmtr
Download Telegram
Base collision system, collision component, relevant part of View code to propagate collisions from Unity, example collision system that handles player colliding with scene exit triggers, and a helper to get the entity from the gameobject.

https://gist.github.com/FNGgames/c7445d5aea6bb092b209dd2c72561f2f

#ecs #collision #system #example