I am trying to make an endless game where the camera changes its position moving from one gameObject to another continuously.
How can I do this in C#?
Thanks in advance
I am trying to make an endless game where the camera changes its position moving from one gameObject to another continuously.
How can I do this in C#?
Thanks in advance
That’s a very broad question and very little information from your side there. What answers do you expect?
There are a ton of camera tutorials for Unity and C# on youtube, as well as written guides. To make a camera go from one object to another, you need to define how that movement should look like. And… that’s basically it. If you can do it once, you can do it endlessly using the same algorithm.
Hope this helps. If not you need to get a lot more specific, describe what exactly you want, show us what you got so far, and tell us what / where your problem is so we can better help you.