FieldWalker

Contents

The contents mainly include:

  1. The main plugin

  2. A sample project using the plugin

.
├── DiarkisPluginSample             ・・・・ Sample project using the Diarkis Unity Plugin
├── Docs                            ・・・・ Documentation explaining how to use the Diarkis Unity Plugin
│   ├── HowToUsePlugin.md           ・・・・ Instructions on using the Diarkis Unity Plugin
│   ├── HowToReplicatePosition.md   ・・・・ How to synchronize positions using the Diarkis Unity Plugin
│   ├── HowToReplicatePosition_SampleCode ・・・・ Sample code for position synchronization
│   └── AboutClass.md               ・・・・ Explanation about each class
├── CHANGELOG.md                    ・・・・ Change log
└── README.md                       ・・・・ Description of this package (this file)

1. About the Diarkis Unity Plugin

DiarkisUnityPlugin.unitypackage is the Diarkis Unity Plugin.

It is provided as a Unity package, so please import it into your target project to use it.

For detailed instructions on how to use the plugin, please see HowToUsePlugin.md.

If you want to synchronize the positions of GameObjects using the plugin, please refer to HowToReplicatePosition.md.

For information on the role of each class, see AboutClass.

2. About the Sample Project for the Diarkis Unity Plugin

This is a sample project using the Diarkis Unity Plugin.

For detailed usage of the sample, please refer to SAMPLE_README.

3. Documentation Explaining How to Use the Diarkis Unity Plugin

This document explains how to integrate the Diarkis Unity Plugin for your use.

The explanation of the integration method for position synchronization using the Room feature is accompanied by sample code.

Last updated