abcd
abcd
If it is going to be machine translated, that would be more harm than good. In my experience at least, it is horrific at translating Turkish and overcomplicates articles.
I am having a similar problem with Unity version 2023.1.20f
> can you take a look at my fork and tell me if it worked for ya ? #216 Unfortunately this doesn't work.
> You're probably running this code too early; you're trying to create a game object at the same time that the scene is changing by doing it in Load() before...
> As I said, `Load()` is too early to be making UnityEngine calls, try using `Awake()` or `Start()` How would that work? This is il2cpp in .NET 6 and without...
> > > As I said, `Load()` is too early to be making UnityEngine calls, try using `Awake()` or `Start()` > > > > > > How would that work?...
@Kasuromi Do you have an educated guest why this might happen?
I am having the same issue. Have you find a solution?
I have the same error. Unity version: 2022.3.8f1
Why do you need that?