├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── Plugins └── Editor │ └── WakaTime.cs └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bengsfort/WakaTime-Unity/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bengsfort/WakaTime-Unity/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bengsfort/WakaTime-Unity/HEAD/LICENSE -------------------------------------------------------------------------------- /Plugins/Editor/WakaTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bengsfort/WakaTime-Unity/HEAD/Plugins/Editor/WakaTime.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bengsfort/WakaTime-Unity/HEAD/README.md --------------------------------------------------------------------------------