FirstGearGames / FishNet

FishNet: Unity Networking Evolved.
Other
1.39k stars 150 forks source link

Fixed "CreateReconcile" check for call to reconcile method #646

Closed HighKeys closed 7 months ago

HighKeys commented 7 months ago

Fixed a issue where CodeGen Logs an Error about not calling the Reconile method in CreateReconcile when Reconcile was inherit from a base class and overridden in the actual class using prediction.

In that case the check was looking for a call to the base reconcile method

FirstGearGames commented 7 months ago

Added in 4.2.1