Closed TwoTenPvP closed 6 years ago
The observer system will probably be fully removed as it's a feature that can't be stripped out very easily. The internal send methods for example integrate with the observer system.
Observer system has been removed. SyncedVar system has been removed and replaced by NetworkedVar. Command, Rpc, TargetRpc has been replaced with the new messaging system in the MLAPI.
Command, Rpc, TargetRpc, SyncedVar and the observer system are all implemented to replicate their corresponding features in the HLAPI. Many of them are implemented using reflection.
These should be excluded with conditional compiles as they are features that don't receive support.