An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_ipaddressdrivensceneloader

IPAddressDrivenSceneLoader select and load your scene from IPAddress.
https://github.com/xjine/unity_ipaddressdrivensceneloader

assets unity

Last synced: about 1 year ago
JSON representation

IPAddressDrivenSceneLoader select and load your scene from IPAddress.

Awesome Lists containing this project

README

          

# Unity_IPAddressDrivenSceneLoader

``IPAddressDrivenSceneLoader`` select and load your scene from IPAddress.

## Import to Your Project

You can import this asset from UnityPackage.

- [IPAddressDrivenSceneLoader.unitypackage](https://github.com/XJINE/Unity_IPAddressDrivenSceneLoader/blob/master/IPAddressDrivenSceneLoader.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [IPAddressNotifier](https://github.com/XJINE/Unity_IPAddressNotifier)
- [SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)

## How to Use

1. Set ``IPAddressDrivenSceneLoader.IPAddressEventHandler`` into ``IPAddressNotifier.Observers.Handler``.
2. Set some ``IPAddress`` and the related ``SceneName`` from Inspector.