I didn’t want two projects so I deleted Default project from the coherence.io dashboard and cleaned out my library folder in unity. This didn’t help and now I’m getting this request factor warning.
I’m unsure how to go forward. Is there any additional information I can post to give context as to what the problem might be? Thanks!
Hey! I can see that all authentication methods have been disabled for the project. The SDK you are running is quite old indeed so this is why the proper error is not shown in the logs.
In order to fix this, please open the dashboard, navigate to the project settings and enable the “User / Password Auth”.
My guess is that the exe builds are trying to connect to the project you have deleted. I can see activity related to the deleted project “Default Project” in the past 24h but nothing for the other “Cooking Fist” project.
When you create a build, the project the build is trying to connect to is baked inside the executable so you need a new build in order to connect to a different project.
Update I was able to fix the issue by updating to 1.7 and reimporting the project thanks for the help the main problem was the player auth issue after all