Skip to content

DrMoriarty/godot-hockeyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HockeyApp module for Godot Game Engine (Android only).

To use it, make sure you're able to compile the Godot android template, you can find the instructions here. Set your AppId in hockeyapp/android/AndroidManifestChunk.xml file and in hockeyapp/config.py files. After that, just copy the the hockeyapp folder to godot/modules and recompile it.

Module name (engine.cfg):

[android]
modules="org/godotengine/godot/GodotHockeyapp"

Functions:

  • (TODO)

Example:

func _ready():
    if(Globals.has_singleton("GodotHockeyapp")):
        var ha = Globals.get_singleton("GodotHockeyapp")