https://github.com/thisisgame/livesliveslog
LivesLivesLog is remote Log tool for unity
https://github.com/thisisgame/livesliveslog
Last synced: over 1 year ago
JSON representation
LivesLivesLog is remote Log tool for unity
- Host: GitHub
- URL: https://github.com/thisisgame/livesliveslog
- Owner: ThisisGame
- Created: 2017-03-27T05:23:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T17:04:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T19:53:04.644Z (over 1 year ago)
- Language: C#
- Size: 279 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LivesLivesLog
LivesLivesLog is remote Log tool for unity,for pc or mobile.
# Start Server
first open LivesLivesLog App Window:


you must set the ip address to your LAN address.

# Start Client
then call LivesLivesLog Init in your unity project:
```
LivesLivesLog.GetSingleton().Init();
```
as LivesLivesLog is read ip address from config file,
you need create LivesLivesLog.txt in the path:
```
Application.persistentDataPath + "/LivesLivesLog.txt"
```
and write you compute ip address.

# Run
