feat: GitHub integration and URL management
All checks were successful
Create Unity Package / package (push) Successful in 8s

This commit is contained in:
2025-11-25 18:38:00 +02:00
parent ac7c0352e5
commit cf5f71e34f
13 changed files with 1273 additions and 615 deletions

View File

@@ -86,7 +86,7 @@ namespace VRCBoard.Components
{
// for each entry in string[] config get every fifth element
// if the first element is equal to the node, return the config
Debug.Log("Getting config from node " + node);
//Debug.Log("Getting config from node " + node);
foundConfig = null;
foundIndex = -1;
string[] split = node.Split('.');