codeserk / wakatime-unity

WakaTime Unity plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wakatime-unity

WakaTime Unity3d (https://unity3d.com/) plugin

Behold, this is not related to Ubuntu's Unity.

Installation

Option 1: Quick Install Version

DOWNLOAD & Import unitypackage.

If this option does not work try option 2.

Option 2: Manual Installation Alternative

1. Clone the repository into your computer

  # Using SSH
  git clone git@github.com:josec89/wakatime-unity.git

  # Or using HTTPS
  git clone https://github.com/josec89/wakatime-unity.git

2. Get the latest version of the submodules (WakaTime python client)

  git submodule update --init

3. Remove test folder in from wakatime client

Otherwise you will get some errors in Unity.

  rm -rf Editor/WakaTime/client/tests

4. Copy the Editor folder into the root Assets folder of your project

(The Editor folder MUST be in the root of Assets)

Copy the Editor folder

5. Insert your API key in the WakaTime Window.

Insert API Key Set API Key

6. (Windows) If Python is not installed it will Download and Install it.

Download Python Install Python Installing Python

7. Work normally and it will track your time.

WakaTime Screenshots

WakaTime Dashboard

Troubleshooting

This project depends on the WakaTime client. If this project stops working, try to update the wakatime client located on Editor/WakaTime/client (or reinstall this package following the instructions again).

About

WakaTime Unity plugin

License:Creative Commons Zero v1.0 Universal


Languages

Language:C# 100.0%