Tags: Gorhn/Mirror
Tags
feat: allow types that inherit from Networkbehaviour to be used in sy… …ncvar's (MirrorNetworking#2471) * adding MakeGeneric method * adding tests for NB syncvar+hook * adding functions to NetworkBehaviour * getting references to new functions * fixing NB read so it always reads same number of bytes as write * adding backing field and serialize for Nb Syncvar * extra test * adding ignore to transform test * fixing test
perf(NetworkTransform): removing allocations from Command (MirrorNetw… …orking#2491) `byte[] payload` will cause a new array to be created when parameters are read, using `ArraySegment<byte>` avoids this.
feat: Allow Networkbehaviours to be sent in rpc (MirrorNetworking#2478) * adding read/write functions * adding method to get WriteNetworkBehaviour * adding methods to weavertypes * adding method to get ReadNetworkBehaviour * weaver test for NetworkBehaviour in RPC * renaming var * writing tests to make sure read/write works * registering functions * changing function and adding comment * checking any writer is set * adding Description to test * collection test * fixing call * removing errors, networkbehaviour as read/write * adding test to use the reader that weaver generates * fixing import * simplifying test * removing null from spawned * improving throw * adding code coverage * applying code suggestions
perf: Improvements to RigidbodyPhysics Example - consolidate nested if - set kinematic by default on scene objects - set kinematic false on server in AddForce::Start - added field for Rigidbody component reference via inspector - eliminated calling GetComponent every frame - set SyncInverval to zero on both NetworkTransforms and NetworkRigidbody
PreviousNext