The third version of my "Third Person CPP Neuron" Unreal Engine 4 template is finished and
I have published it for free under the MIT license on Github.
Download: Github Repository
Latest version: v0.3.0
Changes:
- Source code restructure: C++ code is now placed in a plugin to be more project independend.
This plugin can be used in any of your projects and
there is no need to create a C++ project anymore.
The binary plugin version 0.1.0 can be downloaded from here:
https://github.com/Cyx69/TP_ThirdPersonNeuron/releases/download/v0.3.0/Perception_Neuron_Plugin_0.1.0.zip
- Further comments and minor improvements