You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In my custom class, I override the array accessor operator, []. Getter works fine, but having a setter results in the error in the attached text file.
Important
If General, Description, and Replication are not completed the issue will be closed immediately.
General
Unity version: 2022.3.15f1
Fish-Networking version: 4.1.2R
Discord link: https://discord.com/channels/424284635074134018/1034477094731784302/1218299786860695752
Description
In my custom class, I override the array accessor operator, []. Getter works fine, but having a setter results in the error in the attached text file.
il2cpp build error.txt
The related code is as follows :
Where serialization is happening for the broadcast struct:
Replication
Steps to reproduce the behavior:
Expected behavior
I'd expect no error with building the code above. It's fundamental and simple C# code.
The text was updated successfully, but these errors were encountered: