Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xjine/unity_ipaddressbasedsceneloader

Select and load scene from IPAddress when start.
https://github.com/xjine/unity_ipaddressbasedsceneloader

assets unity

Last synced: 15 days ago
JSON representation

Select and load scene from IPAddress when start.

Awesome Lists containing this project

README

        

# Unity_IPAddressBasedSceneLoader

Select and load scene from IPAddress when start.

## Importing

You can use Package Manager or import it directly.

```
https://github.com/XJINE/Unity_IPAddressBasedSceneLoader.git?path=Assets/Packages/IPAddressBasedSceneLoader
```

### Dependencies

This project use following resources.

- [Unity_SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)
- [Unity_IPAddressUtil](https://github.com/XJINE/Unity_IPAddressUtil)
- [SceneObject](https://github.com/XJINE/Unity_SceneObject)