When I import Light-Reflective-Mirror(LRM) version 1.12, there were 14 errors. How can you fix them?
1)Assets\Mirror\Runtime\Transport\LRM\Editor\LRMInspector.cs(26,59): error CS0246: The type or namespace name ‘KcpTransport’ could not be found (are you missing a using directive or an assembly reference?)
2)Assets\Mirror\Runtime\Transport\LRM\Editor\LRMInspector.cs(26,81): error CS0246: The type or namespace name ‘SimpleWebTransport’ could not be found (are you missing a using directive or an assembly reference?)
3)Assets\Mirror\Runtime\Transport\LRM\Editor\LRMInspector.cs(26,109): error CS0246: The type or namespace name ‘TelepathyTransport’ could not be found (are you missing a using directive or an assembly reference?)
4)Assets\Mirror\Runtime\Transport\LRM\LRMDirectConnectModule.cs(36,49): error CS0123: No overload for ‘OnServerError’ matches delegate ‘Action<int, TransportError, string>’
5)Assets\Mirror\Runtime\Transport\LRM\LRMDirectConnectModule.cs(40,49): error CS0123: No overload for ‘OnClientError’ matches delegate ‘Action<TransportError, string>’
6)Assets\Mirror\Runtime\Transport\LRM\LRMDirectConnectModule.cs(68,45): error CS0234: The type or namespace name ‘KcpTransport’ does not exist in the namespace ‘kcp2k’ (are you missing an assembly reference?)
7)Assets\Mirror\Runtime\Transport\LRM\LRMTransport\LightReflectiveMirrorTransport.cs(53,53): error CS1593: Delegate ‘Action<TransportError, string>’ does not take 1 arguments
8)Assets\Mirror\Runtime\Transport\LRM\LRMDirectConnectModule.cs(78,45): error CS0234: The type or namespace name ‘KcpTransport’ does not exist in the namespace ‘kcp2k’ (are you missing an assembly reference?)
9)Assets\Mirror\Runtime\Transport\LRM\LRMDirectConnectModule.cs(88,48): error CS0234: The type or namespace name ‘KcpTransport’ does not exist in the namespace ‘kcp2k’ (are you missing an assembly reference?)
10)Assets\Mirror\Runtime\Transport\LRM\Editor\LRMInspector.cs(180,64): error CS0246: The type or namespace name ‘KcpTransport’ could not be found (are you missing a using directive or an assembly reference?)
11)Assets\Mirror\Runtime\Transport\LRM\Editor\LRMInspector.cs(258,74): error CS0246: The type or namespace name ‘KcpTransport’ could not be found (are you missing a using directive or an assembly reference?)
12)Assets\Mirror\Runtime\Transport\LRM\LRMTransport\LightReflectiveMirrorTransport.cs(328,44): error CS0246: The type or namespace name ‘KcpTransport’ could not be found (are you missing a using directive or an assembly reference?)
13)Assets\Mirror\Runtime\Transport\LRM\LRMTransport\LightReflectiveMirrorTransport.cs(331,44): error CS0246: The type or namespace name ‘TelepathyTransport’ could not be found (are you missing a using directive or an assembly reference?)
14)Assets\Mirror\Runtime\Transport\LRM\LRMTransport\LightReflectiveMirrorTransport.cs(334,44): error CS0246: The type or namespace name ‘SimpleWebTransport’ could not be found (are you missing a using directive or an assembly reference?)