↧
Answer by alexanderbrevig
You could do either of the following: 1. Create a mathematical model of the board, so that you could simply calculate the position based on some data. F.ex if you wanted to be at the beginning of the...
View ArticleAnswer by nivenj
Thanks for the response guys, @robertu taking your advice I found the following post [auto-scale][1] public class PositionCamera : MonoBehaviour { public float fWidth = 9.0f; // Desired width void...
View Article