Skip to content

godot-addons/godot-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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