Hi Everyone,
My app works in debug mode.
But when I perform a release build from my project i get an error on the startup of the app:
System.InternalEnumerator`1:get_Current()
And after this, which happens right at the startup, every time i access a dictionary i get this:
Dictionary`2[System.String,System.String].get_Values () [0x00000] in :0
(Filename: currently not available on il2cpp Line: -1)
And after a few times, of this output just before the engine starts the app crashes.
Has anyone face this issue before, it just happens in release mode not in debug?
Any help would be appreciated.
Best regards.