So one of my project’s using Unity (2022.2.1f1) and Remote Config (3.2.2) hangs indefinitely when running the project.
I tried duplicating this issue in a clean project, but i cant seem to duplicate it. Other UGS’s work fine in the project such as Authentication, Economy, and Cloud Save.
Running through the debugger in CoreRegistryInitializer.cs line 45 it loops through the packages to import and does 5 of them, then when it gets to the the 6th one which is CorePackageInitializer, it then hangs on line 63 where it calls “await package.Initialize(m_Registry)”.
If i remove the Remote Config Package the issue does not happen.
Anyone have any ideas what this might be or any ideas on better ways to debug this?
Hi Chris, Apologies for the late reply here.
Duplicating the issue would help us report this to the developers. Can you see if you are having some issues with additional packages located with your project?
We suggest maybe attempting duplication of the problem on a clean project but introducing any packages you currently have testing at an interval.[Install a package test to see if it hangs. If not continue to the next package] If this helps you find what packages is causing the hiccup please let us know so we can further investigate.
Apologies this was a 100% pebkac issue. I resolved it though it only happend with the Remote Config module it had nothing to do with the module itself.