12.1한국어
1.7.47942 이하 ~ 1.7.42965 이상 버전에서 Release_Static_CRT 폴더 내의 lib가 MT가 아니라, MD인 것을 확인하였습니다. 1.7.47942 이하 ~ 1.7.42965 이상 버전의 Release_Static_CRT 버전 lib 파일들을 사용하시면 안됩니다.
1.7.46201 이하의 버전에는 iOS와 macOS에서 CPU 사용량이 높은 문제가 있습니다. 최신 버전의 프라우드넷 사용을 권해드립니다.
릴리즈 버전 : 1.7
빌드번호 : 46201
릴리즈 타입 : master
릴리즈 날짜 : 2019년 10월 30일 (한국시간기준)
수정된 기능 - 하위 호환성을 유지하는 수정사항
라이선스 인증이 실패할 수 있는 잠재 문제를 수정하였습니다.
NTService 예제의 빌드 및 런타임 오류를 수정하였습니다.
C# 모듈의 NetConnectionParam.SetUserData와 DisconnectArgs.SetComment에서 ByteArray의 Data와 Count가 바뀌는 문제를 수정하였습니다.
이제 CFastMap에서 ByteArray를 key로 사용하실 수 있습니다.
이제 Visual Studio 디버거에서 Proud::CFastList, Proud::CFastMap, Proud::String의 값이 잘 보여집니다.
근래의 유니티에서 EventType.keyDown이 EventType.KeyDown으로 바뀐 것을 ChatUnity에 적용하였습니다. ( key의 k가 대문자로 바뀌었습니다. )
새로운 기능
이제 NetClientInfo에서 접속한 서버의 주소(AddrPort)를 얻어올 수 있습니다.
12.2English
Static library files for Release_Static_CRT in 1.7.47942 ~ 1.7.42965 version are not /MT but /MD. You must not use these files.
Versions below 1.7.46201 have a high CPU usage issue on iOS and macOS.
Release version: 1.7
Build: 46201
Release type: master
Date of release: Oct. 30, 2019 (Korean Time)
Fixed features - fixes that maintain backward compatibility
Fixed a potential issue that could cause license verification to fail.
Fixed build and runtime errors in the NTService sample.
Fixed a problem where the data and count of ByteArray were changed in NetConnectionParam.SetUserData and DisconnectArgs.SetComment of C # module.
You can now use ByteArray as key in CFastMap.
The values for Proud :: CFastList, Proud :: CFastMap, and Proud :: String are now visible in the Visual Studio debugger.
In recent days, Unity changed the EventType.keyDown to EventType.KeyDown in Unity. (k for key has been capitalized.)
New features
Now you can get the address (AddrPort) of the server from NetClientInfo.