firatgursoy / OpenRTSCamera

An Unreal Engine 5 open-source RTS/MOBA camera implementation that aims to be fully featured, customizable and dependable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenRTSCamera

Features

camera-bounds.mp4
jump-to.mp4

Changelog

0.21.0

0.20.0

  • Build for Unreal Engine v5.3.X

0.19.0

  • Add "Jump To" method
  • Start overhauling documentation

0.18.0

  • Fix crash when using the camera in a networked context
  • No longer take over view target automatically, the view target must be explicitly set, this is documented in the "Getting Started" section of the wiki

0.17.0

  • Fix #27 by tying camera movement to delta time (thanks @theMyll)
  • This will result in slower movement across the board, if you notice your camera moving more slowly, up the speed values by about 100x. For example, the new camera blueprint speed defaults are 5000

About

An Unreal Engine 5 open-source RTS/MOBA camera implementation that aims to be fully featured, customizable and dependable

License:MIT License


Languages

Language:C++ 98.1%Language:C# 1.9%