DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
76 stars 13 forks source link

Framework fails to load if loaded before tree #1

Closed Meister1593 closed 4 years ago

Meister1593 commented 4 years ago

Godot version: 3.2.1 Mono release 64 bit

OS/device including version: Linux 5.6.7.arch1-1, Arch rolling, mono 6.4.0, mono-msbuild 16.5.xamarinxplat.2020.01.10.05.36-1

Issue description: When trying to launch server in _Ready method with autoloaded MDGameInstance as GameInstance, tree element in MDGameSession class on 87 line is null image

Commented zone bellow is where i checked if this occurs when MDGameInstance attached to node and called after some time (it creates server just fine) image image Test spatial node has attached test.cs script image

DoubleDeez commented 4 years ago

Thanks for reporting those issues