Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 940 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 940 Bytes

godot-auth

Godot Engine (v3.0) Authentication System

Running the example

  1. Click start menu, type Command Prompt
  2. Right-click Command Prompt and click on Run as Administrator
  3. Run the commands below, assuming you checked out the repo into a Documents\src\godot-auth directory.
cd c:\Users\YOUR_USERNAME\Documents\src\godot-auth\example
mklink /D addons c:\Users\YOUR_USERNAME\Documents\src\godot-auth\addons

If you check out the main.gd, as of this writing, there's probably a good bit of cleanup that can be done to avoid DRY.

File Backend

It seems that the user:// path resolves to C:\Users\YOUR_USERNAME\AppData\Roaming\Godot\app_userdata\Godot Auth.

Links