[Released] Multiple object tracking & Framing Camera

Hello!

I just published a new asset in the asset store. It’s a camera that tracks objects and keeps them in the camera view.

Right now I’m working in an update that will be sent to store soon you can check it working here:

The features are described in the video but mainly:

  • You can enable or disable objects to track.
  • You can start from any position and the camera will adjust.
  • You can control how fast / slow the camera interpolates to a good position.
  • You can interpolate linearly or using lerp.
  • You can orbit objects while framing them in viewport. Perfect for fighting & presentation situations.
  • You can have a Side Lateral framing for 2 objects in order to use it for fighting games.
  • You get a shaking feature.

Regards,

1 Like

This seems to quite match something I’m looking for…
Before buying, could it be possible to have access to the current literature?
Does this work with orthographic cam ?
This asset reminds me of another great older one (that is still running by the way) :

Except yours is in 3d …
A little more infos about the future plans with this project would be also greatly appreciated.
Thanks,

Hello, Thanks for your comment,

Right now it doesn’t support orthographic view. but I’m working on it already. will be ready for further updates.

Regarding docs, It’s quite few because the tool is as simple as adding scripts to your objects and one to the camera and it will track it automatically, no more setup.

Right now I’m working on adding the 2D view setup + orthographic work. it might be ready soon.

Well, ok, great ! This is indeed everything I need. But still… how soon ?
No hurry, no stress, :), just to know for my own organization.

Thanks,

I guess in less than a month it will be ready. :wink:

Ok, I am deeply interested! Meanwhile I will try as it is.
Should be extremely powerful using this with Constraints.

Does this camera have the ability to constrain how close the camera zooms in and how far it zooms out?

I’m looking for a camera that works similar to Smash Bros, where it tracks the players but won’t fully zoom out when a player is knocked far out off of the stage.

Is it possible with these scripts to have simple dynamic access to the orientation of the camera ? : e.g: North, East, South, West…
And also various dynamic angles of camera tilt ?
Thanks,

Yes, it’s possible. although if the units keep moving they’ll get out of focus.

I guess you still can get it with camera.main.transform.left / right / forward / back/ up / down.

Please explain it more if you need something different.

Well… Could you please show an example ?
I was expecting something like: I could parent a camera + your scripts and simply control the parent object with different rotation angles, but this does not work, your camera is (a bit) stubborn :wink: Another way would be to rotate the target itself but I don’t know how to access it ( not enough coding skills here, hence my interest in your code :sunglasses:

Well the camera is not made to rotate (this can be added in an update) the main purpose of this camera is to keep objects in target mainly used for top down / side view games (smash bros, zelda like, etc).

If you want to rotate around the objects then It’s needed to update the script.

Is this what you want? to rotate around the object?

Or you want the camera to follow one object?

Yes, I would like to have the opportunity (at runtime) to change the camera view angles :slight_smile:
For now, as soon I hit play the camera zooms in and out targeting a group of selectable objects, which is great… but rotate view is completely locked.
In other words: with your multitargeting abilities being able at runtime, to choose between differents predefined tilt and orbit views.
it is not Zelda, nor Crash bandicoot … a non-existing mix of both… :eyes: …(I may be wrong because everything has already been done somehow, somewhere…)

Guys finished the update, now sending to Asset Store, sorry for the big delay but I’ve been out for long.

Now video works.

I finally found some time to test this update. Simple and superb piece, very helpful and clear. Thanks, it helps a lot.

thanks very much, if you feel the asset is good and useful please add a review in the AssetStore it will help me a lot :wink: :slight_smile:

Hi there, can the objects be tracked automatically when they enter a certain distance from the player? i.e. we set a list of objects which can be tracked, and when they approach the player the camera will automatically track them? Thanks

Yes this is a feature I can add to new version. :slight_smile:

Great! I’ll keep an eye on this thread.