Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vu-luong/ezyfox-server-unity-examples
https://github.com/vu-luong/ezyfox-server-unity-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vu-luong/ezyfox-server-unity-examples
- Owner: vu-luong
- Created: 2024-03-16T12:23:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T14:38:53.000Z (8 months ago)
- Last Synced: 2024-03-18T15:21:48.290Z (8 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples using ezyfox-server and unity
# How to run
### Run server
- Open the ezyfox-server in an IDE and run `src/main/java/org/youngmonkeys/example/ApplicationStartup.java`### Run unity client
- Go to `File -> Build Settings` and switch to `Dedicated Server`.![image](https://github.com/vu-luong/ezyfox-server-unity-examples/assets/8142030/7e6d315e-0218-4b0b-9e92-7cd4705cd114)
- Click `Build And Run` and select the build destination.
# Logic
- Every 5 seconds, the ezyfox server calls to unity server to move the transform position of a game object and receives the new position.