Debug.Log("S-Process: Human;\nAction: Register;\nS-Compl: With PersonalProfile;\nD-Process: RGSrvc;\nD-Compl: To human");//human registers with M-Instance
// Collect personal data in JSON format
stringpersonalDataJson=CreatePersonalDataJson();
...
...
@@ -189,6 +176,8 @@ public class MainMenuEvents : MonoBehaviour
UnityEngine.Debug.Log($"S-Process: User;\nAction: MM-Move; \nS-Compl: Persona From MLoc To MLoc({other.gameObject.name}) With SA ;\nD-Process: LOSrvc");//Persona moved close to Parcel
"\"sComplements\": \"Persona From "+GameManager.Instance.currentPlayerLocation+" To "+ParcelName+" With SA position: "+position+" rotation: "+rotation+"\","+