We are trying to use FishNet with Unity 2022.2, trying to compile it for Android and iOS. seems like there is a problem with IL2CPP and the default .net framework, I switched to .net 2.1. Desktop will work but I still get exceptions for Android and iOS.
https://pastebin.com/qpMDJweX
Processing assembly Library/Bee/artifacts/1300b0aEDbg.dag/FishNet.Example.dll, with 129 defines and 243 references
processors: FishNet.CodeGenerating.ILCore.FishNetILPP, zzzUnity.Burst.CodeGen.BurstILPostProcessor
running FishNet.CodeGenerating.ILCore.FishNetILPP
FishNet.CodeGenerating.ILCore.FishNetILPP: ILPostProcessor has thrown an exception: System.NullReferenceException: Object reference not set to an instance of an object
This is weird since we are not using Mono.