AnyPortrait > Forum > How to Use

[Archive] 코드 난독화 문제 / Code obfuscation asset issue

  • This topic has 0 replies, 1 voice, and was last updated 1 week, 2 days ago by Archive AccountArchive Account.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1194
    Archive AccountArchive Account

      Q.

      Obfuscator라는 난독화 보안 툴을 사용할 경우, 애니메이션 이벤트가 정상적으로 호출되지 않는 문제가 있습니다.

      There is an issue where animation events are not called properly when using an obfuscation security tool called Obfuscator.

       

      A.

      AnyPortrait의 애니메이션 이벤트는 유니티의 SendMessage를 이용하므로, 이벤트를 받는 함수도 난독화의 대상에서 제외해야합니다.
      따라서 AnyPortrait 네임스페이스와 애니메이션 이벤트 함수 이름을 난독화에서 제외해주세요.

      Since AnyPortrait’s animation event uses Unity’s SendMessage, the function that receives the event should also be excluded from obfuscation.
      Therefore, please exclude the AnyPortrait namespace and the animation event function name from obfuscation.

      • This topic was modified 1 week, 2 days ago by Archive AccountArchive Account.
    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.
    Scroll to Top