Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xjine/unity_ipaddressbasedsceneloader
- Owner: XJINE
- License: bsd-3-clause
- Created: 2024-03-02T21:53:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T23:11:18.000Z (10 months ago)
- Last Synced: 2024-03-20T20:12:35.056Z (10 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- 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)