I am struggling to find the old Mirror version to continue the course. I managed to get as far as the unit selected part with the updated version but it is having an issue with showing the sprite… also I tried to skip to the end to see if that was mentioned in the fixes and I cant seem to locate the problem… hasAuthority was also changed to isOwned which is also not covered in the end fixes.
// Deprecated 2022-10-13
[Obsolete(".hasAuthority was renamed to .isOwned. This is easier to understand and prepares for SyncDirection, where there is a difference betwen isOwned and authority.")]
public bool hasAuthority => isOwned;