As some have noticed the world centre for Unity2D is 0,0. This makes it difficult for me to port code over from other languages where 0,0 is the top left part of the screen.
Some things I’ve found difficult are pertaining to collisions based off math, not colliders etc.
Are other developers who use Unity in the same boat and if so how did you find a solution?