↧
Answer by Marowi
Personally, I would suggest writing camera code at some point, rather than using a parented camera. However, it's probably not a bad place to start when prototyping a game.You could explicitly set the...
View ArticleAnswer by shahinexir
hey i have the same problem as u.and i used this code late update and it worked well! ;) actually im making a 2d game just like super mario.and i have a lil problems with coliding with for example...
View ArticleAnswer by MrWhoof
If you really just need a super simple camera that follows only along X (once you move past parenting), this will do it for you, and is easy to grow from. var player : GameObject; var depthOffset =...
View Article