using CodeStage.AntiCheat.Detectors;
void Start()
{
InjectionDetector.AddToSceneOrGetExisting();
InjectionDetector.StartDetection();
}
Anti-Cheat Toolkit의 InjectionDetector의 경우 위의 스크립트와 같이 작성하면 실행이 된다.
IL2CPP(C++로 변환하는 중간 언어)는 Unity에서 개발한 스크립팅 백엔드로, 여러 플랫폼용 프로젝트를 빌드할 때 Mono 대신 사용할 수 있다. 현재 Unity가 Mono가 아닌 IL2CPP로 설정 되어 있기 때문에
Anti_Cheat의 InjectionDetector는 Mono만이 적용되므로 IL2CPP에서는 Injection은 실행해도 소용없다.
http://play.google.com/store/apps/details?id=com.wonilmax.bonyonline
러브썸 보니 - Google Play 앱
오픈월드형 3D RPG 게임
play.google.com
'3Dsoftware > Unity 3D' 카테고리의 다른 글
Unity3D SetParent (0) | 2020.09.14 |
---|---|
Unity 3D 날짜 시간 계산 코딩 (DateTime) (0) | 2020.09.13 |
Unity 3D Play시 Play중 멈춤 현상 (Freezing) (0) | 2020.09.08 |
Unity 3d: java.lang.RuntimeException: Duplicate class (0) | 2020.09.03 |
Unity 3D SDK package 에러: getting api levels... (0) | 2020.09.03 |