Skip to content

As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it. I am no longer working on this plugin, but the community is, so feel free to contribute!

License

TheAshenWolf/WakaTimeForUE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WakaTimeForUE

plugin version Unreal Engine version Platform support


Setting up the plugin

  1. Download WakatimeForUE.zip from the releases
  2. Extract the plugin into your editor plugins folder (Commonly C:\Program Files\Epic Games\UE_4.xx\Engine\Plugins)
    2.1. Your folder structure should be ...\Engine\Plugins\WakaTimeForUE
    2.2. Within this folder resides WakaTimeForUE.uplugin and other files
  3. Run the engine
  4. If you already used wakatime elsewhere, your api key gets loaded. If not, you get prompted by a window.
    4.1. In recent changes, API key on the website appears in format waka_[apiKey], in order for this to work, remove the waka_ prefix.

Notice

This is my first ever project in C++, so it is definitely not perfect.
If you have any suggestions how to improve it, or any bug reports, please, use the "Issues" tab.

Troubleshooting

Q: The plugin failed to build.
A: Branches other than release are development branches, so they might contain code that does not compile. If this happens on the release branch (or any version tag), make sure you have all dependencies required for building C++ code. You usually install all of them when installing Visual Studio and checking both C++ and .NET.

Q: I have regenerated my api key, how do I change it in the editor?
A: There is a WakaTime icon in the main toolbar. When you click this icon, you can change the api key. Just remember to hit save!

Q: Does this plugin work on both Unreal Engine 4 and 5?
A: Short answer: Yes. Long answer: It should. You might need to rebuild the plugin from your IDE, or use it as a project plugin, but it will work.


Contributors

Thank you to all of you. You have been a huge help.

About

As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it. I am no longer working on this plugin, but the community is, so feel free to contribute!

Topics

Resources

License

Stars

Watchers

Forks