m4gr3d / Godot-Android-Plugin-Template

This repository serves as a quickstart template for building a Godot Android plugin for Godot 4.2+.
MIT License
40 stars 7 forks source link

Added information about how to use remote dependencies. #3

Closed Norskov closed 7 months ago

Norskov commented 7 months ago

I was running in to quite a few ClassNotFoundException, due to my dependencies not being available. Thus I've added information to the template on how to make them available.