YOM Replicator SDK 0.6.0.0
A metaverse SDK created by YOM
|
This page will explain how to correctly setup your project such that it can be build by the YourOpenMetaverse build server.
Create a new project (Blueprint or C++) with Unreal 5 in which you want to build your new metaspace, but integrating into an existing metaspace is also possible. Add this gitignore to the root of the folder to ensure that git does not include unnecessary files. Convert your project to a git repository, but ensure that the .git
folder is in the same location as the .uproject
file.
Note: If you want to share the plugin accros a team the whole team needs to download the sources, unless you add all of the plugins binaries to git.
Inside your project folder you should make a folder called Plugins
in which you can install the YOM Replicator SDK, GltfRuntime, and VaRest plugins.
You should now have a folder structure that looks like this:
(YourProjectFolder):
(YourProjectFolder/Plugins):