https://github.com/xjine/unity_ipaddressbasedsceneloader
Select and load scene from IPAddress when start.
https://github.com/xjine/unity_ipaddressbasedsceneloader
assets unity
Last synced: about 2 months ago
JSON representation
Select and load scene from IPAddress when start.
- Host: GitHub
- URL: https://github.com/xjine/unity_ipaddressbasedsceneloader
- Owner: XJINE
- License: bsd-3-clause
- Created: 2024-03-02T21:53:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T23:11:18.000Z (over 2 years ago)
- Last Synced: 2025-02-08T22:28:14.736Z (over 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)