wormszer
wormszer
### Version Number and Operating System(s): Windows 10 64 Bit 2389acd ### Expected behavior: Running the tool clumsy to simulate latency on the network the NetworkingPlayer.RoundTripLatency should be calculated to...
https://github.com/Unity-Technologies/Addressables-Sample/blob/05119a010bcf01f3d75a9fd03f1e0dd3ad5de874/Basic/ComponentReference/Assets/Scripts/ComponentReference.cs#L31 ```c# AsyncOperationHandle GameObjectReady(AsyncOperationHandle arg) { var comp = arg.Result.GetComponent(); return Addressables.ResourceManager.CreateCompletedOperation(comp, string.Empty); } ``` Using the AssetReferenceComponent i see some references to things i have released still sticking around....