Skip to content

Commit bfea822

Browse files
authored
refactor: upgrade ILPP backend, drop 2019.4 support, rename types/fields (#895)
1 parent f70a75f commit bfea822

14 files changed

+53
-480
lines changed

com.unity.multiplayer.mlapi/Editor/CodeGen/CodeGenHelpers.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
using Unity.CompilationPipeline.Common.ILPostProcessing;
1414
using UnityEngine;
1515

16-
#if !UNITY_2019_4_OR_NEWER
17-
#error MLAPI requires Unity 2019.4 or newer
18-
#endif
19-
2016
namespace MLAPI.Editor.CodeGen
2117
{
2218
internal static class CodeGenHelpers

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessCompiledAssembly.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessCompiledAssembly.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessor.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessor.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessorProgram.cs

Lines changed: 0 additions & 242 deletions
This file was deleted.

com.unity.multiplayer.mlapi/Editor/CodeGen/ILPostProcessorProgram.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)