Hey guys,
Are any of you so kind to help me figure out how I can create a loading bar value (of any scale) with the UNET scene change?
I ended up resolving this a while ago by not using the UNET load level function and created my own with its own callbacks with the help of using ClientRPC’s to tell everyone in the lobby to load the level. I then proceeded to get the async operation that was used when loading the level and got the percentage from there.