Noel Stephens

Results 304 comments of Noel Stephens

Yeah... I am behind on documentation (and such)...so that is the best I can provide in terms of an example... 😸

I believe this issue has been resolved. Update to the latest version of NGO (v2.3.2+) and you should not see the OnValueChanged notifications.

@william-bratches This is actually a known issue with the live service. You can use collections with `NetworkVariable` in place of `NetworkList`. The fix should not require an update to the...

@william-bratches I am closing this issue as this was resolved awhile back and you should no longer experience this issue in a distributed authority session.

@harayuu9 #3081 should get back ported soon to NGO v1.x.x and will be in the NGO v1.12.0 update. I believe the updates in that PR will resolve the issue you...

Hi @KreutzerCode, My assumption is that the NetworkList is on an in-scene placed `NetworkObject` since dynamically spawned `NetworkObject`s get automatically destroyed on the client side?

@KreutzerCode 😸 Sorry about that... I was looking into the adjustments needed for this and ran into the divide between in-scene placed and dynamically spawned...which was (if memory serves) part...

@KreutzerCode Following up on this issue you are having with clearing the list of the in-scene placed NetworkObjects with the NetworkList that contians a previous session's data. We are looking...

This is already being tracked in #2539. Closing it as a duplicate.

Hi @joshturb To better understand this issue, could you provide: - The `NetworkBehaviour` that contains the `NetworkVariable` property (or an example of that class/script) - The `NetworkBehaviour` or `MonoBehaviour` that...