Access Game instance?Solved

Hey there, is there a possible solution to access Valheims original "Game . instance" from Game Class?

What i see, "Game" is overwritten by "umod . plugins" Namespace. 

It isn't overwritten, both just exist and you'd have to clarify which one to use. In this case, you'd need to prefix the game one with global:: so it would look like global::Game.

Ahh, okay got that. Iam pretty new in unity coding..^^

Thanks Wulf :)

ardonos

Ahh, okay got that. Iam pretty new in unity coding..^^

Thanks Wulf :)

That would be how C# works for conflicting names, not really a Unity thing. You'll get here though!
Locked automatically