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 how to use 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 of each class
├── CHANGELOG.md                    ・・・・ Changelog
└── README.md                       ・・・・ Description of this package (this file)

1. About the Diarkis Unity Plugin

DiarkisUnityPlugin.unitypackage is the Unity Plugin for Diarkis.

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

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, refer to HowToReplicatePosition.md.

For information on the roles of each class, see AboutClass.md.

2. About the Sample Project Using the Diarkis Unity Plugin

This is a sample project using the Diarkis Unity Plugin.

For detailed instructions on how to use the sample, please see SAMPLE_README.

3. Documents Explaining How to Use the Diarkis Unity Plugin

This documentation explains how to integrate and use the Diarkis Unity Plugin.

The instructions for integrating position synchronization using the Room feature include sample code.

Last updated