Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.1k stars 430 forks source link

fix: Fixed compile error using IL2CPP builds with new [Rpc] attribute #2824

Closed ShadauxCat closed 4 months ago

ShadauxCat commented 4 months ago

fixes #2817

Changelog

Testing and Documentation

jallaire80 commented 4 months ago

Hi, I am wondering when this fix will be available to use. Currently 1.8.1 is not available and we are hitting that issue.

ShadauxCat commented 4 months ago

Hi, I am wondering when this fix will be available to use. Currently 1.8.1 is not available and we are hitting that issue.

@jallaire80 1.8.1 finished its release process last week. Because of the way Unity package releases work, you may have to update your editor to the latest patch version to see it listed in the package manager. Alternatively, you can install 1.8.1 on any supported editor by using the "install package by name" option in the package manager and specifying version 1.8.1 there.