UnkelRambo

Results 4 comments of UnkelRambo

> @UnkelRambo You can accomplish what you are trying to do by using its TryGet method like such: _(code snippet assumes the property and method are both within a NetworkBehaviour...

I'm not really looking for a workaround, I have one already, though I greatly appreciate the suggestion! My workaround is to create a dummy NULL object that's NetID=0, then use...

Awesome thanks so much, definitely appreciated! Now that I've discovered the Github feedback section here, I'll post a few more pieces of feedback/feature request stuff. Loving Netcode what I'm doing...

> I am having the same issue, and it really doesn't make sense. > > Example code: > > ```cs > public class ExampleNetworkClass : NetworkBehaviour > { ... }...