From 5771a40e687a717e9f33fce4d9e307e4e70822c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Ritzl?= Date: Sun, 10 Jan 2021 14:23:54 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dbcd9f..5e98ee3 100644 --- a/README.md +++ b/README.md @@ -185,4 +185,5 @@ The full [Monarch API is documented here](/README_API.md). ## Monarch FAQ **Q**: Why am I getting `ERROR GAMEOBJECT: The collection 'default' could not be created since there is already a socket with the same name`? + **A**: Each collection that you use must be given a unique id. In this case you have more than one collection loaded with the id `default`. Select the root of each collection in the Outline panel and change the Name field in the properties panel from the default value of `default`.