Godot Engine (v3.0) Authentication System
- Click start menu, type
Command Prompt
- Right-click
Command Prompt
and click onRun as Administrator
- 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.
It seems that the user://
path resolves to C:\Users\YOUR_USERNAME\AppData\Roaming\Godot\app_userdata\Godot Auth
.