Skip to content

pnmocap/NoitomMocapLiveLinkPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoitomMocapLiveLinkPlugin

Welcome to the Neuron Live Link Unreal Plugin source code!

With the code in this repository, you can build the Unreal Plugin for Windows x64 platform.

Branches

We publish source for the engine in several branches:

  • The master branch branch always reflects the current official release. These are extensively tested by our QA team.

  • The develop branch is our developing branch and may get compile error sometimes. if you want to preview new features not committed to master, you can refer to this branch. When things is ready to release we will make a tag (named vx.x.x) in this branch and merge to master.

  • The marketplace branch is the hub of version commited to unreal marketplace

  • Other Branches typically for internal processes, and are rarely useful for end users.

Getting up and running

About how to getting start with the plugin you can refer to the Document on Doc folder

  • [English version](Doc/AxisUnrealLiveLinkPlugin Handbook_EN.md)
  • [Chinese version](Doc/AxisUnrealLiveLinkPlugin Handbook_CN.md)

Contributions

We welcome contributions to the plugin through pull requests on GitHub.

We prefer to take pull requests in our active development branche named develop, particularly for new features. Please make sure that all new code adheres to the Epic coding standards.