https://github.com/vu-luong/ezyfox-server-unity-examples
https://github.com/vu-luong/ezyfox-server-unity-examples
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-16T14:38:53.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:14:27.603Z (5 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`.
- 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.