I’m making an online multiplayer game. There are MultiplayerSynchronizers and MultiplayerSpawners throughout many scenes in my game. I get the following error 29 times when launching Godot:
modules/multiplayer/scene_replication_config.cpp:59 - Condition “p_value.get_type() != Variant::BOOL” is true. Returning: false
I pushed my project to Github (with this error). Then deleted the project from my local PC, recloned the Github repository to my local PC, and now the error no longer shows at all.
Looks like this might’ve been some kind of file corruption issue