com.unity.netcode.gameobjects@1.8.1
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). ## [1.8.1] - 2024-02-05 ### Fixed - Fixed a compile error when compiling for IL2CPP targets when using the new `[Rpc]` attribute. (#2824)
This commit is contained in:
@@ -822,7 +822,7 @@ namespace Unity.Netcode.Editor.CodeGen
|
||||
break;
|
||||
}
|
||||
}
|
||||
m_UniversalRpcParams_TypeRef = moduleDefinition.ImportReference(rpcParamsTypeDef);
|
||||
m_UniversalRpcParams_TypeRef = moduleDefinition.ImportReference(universalRpcParamsTypeDef);
|
||||
foreach (var fieldDef in rpcParamsTypeDef.Fields)
|
||||
{
|
||||
switch (fieldDef.Name)
|
||||
|
||||
Reference in New Issue
Block a user