2.1한국어
릴리즈 버전 : 1.7
빌드번호 : 54692
릴리즈 타입 : master
릴리즈 날짜 : 2021년 06월 04일 (한국시간기준)
수정된 기능 - 하위 호환성을 유지하지 않는 수정사항
이제부터 모든 버전의 유니티에서 사용가능한 유니티 플러그인 파일 단일 세트를 제공해드립니다.
수정된 기능 - 하위 호환성을 유지하는 수정사항
빌드시 SAL 관련 warning이 발생하는 문제를 수정하였습니다.
C# 서버 모듈에서 AllowEmptyP2PGroup을 true로 지정하였는데도 CreateP2PGroup으로 Empty P2P Group을 생성할 수 없었던 문제를 수정하였습니다.
일부 Visual Studio에서 발생하였던 C3295 빌드에러를 유발하는 pragma managed 전처리 구문들을 모두 삭제하였습니다.
새로운 기능
CNetServer의 AllowEmptyP2PGroup로 지정된 값을 알아낼 수 있는 CNetServer.IsEmptyP2PGroupAllowed 함수가 C++ & C# 서버 모듈에 추가되었습니다.
2.2English
Release version: 1.7
Build number: 54692
Release type: master
Release date: June 04, 2021 (Korea time)
Fixed features - fixes that do not maintain backward compatibility
From now on, we will provide a single set of Unity plugin files that can be used with all versions of Unity.
Fixed features - fixes that maintain backward compatibility
Fixed a problem that a warning related to SAL was generated during build.
Fixed a problem that an Empty P2P Group could not be created with CreateP2PGroup even though AllowEmptyP2PGroup was set to true in the C# server module.
Removed all the 'pragma managed' preprocessor statements that caused the C3295 build error that occurred in some Visual Studio.
New features
Added function CNetServer.IsEmptyP2PGroupAllowed to C++ & C# server module to find out the value specified by CNetServer's AllowEmptyP2PGroup.