You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor 폴더에 포함되어 있지 않은 API/OAuth/OAuth2Setting.cs와 CBSetting,cs에서 using UnityEditor 때문에 빌드가 되지 않는 오류가 있습니다. 유니티 에디터 상에서는 오류가 감지되지 않으나 실제 사용 플랫폼으로 빌드 할 때 오류가 발생합니다.
CBSetting,cs: 주석 처리시 오류가 발생하지 않습니다. 추후 구현할 기능을 위해 들어간 것이 아니라면 해당 구문을 삭제하면 해결될 듯 합니다.
OAuth2Setting.cs: 주석 처리시 Line 83의 AssetDatabase.CreateAsset(instance, fullPath)에서 오류가 발생합니다.
The text was updated successfully, but these errors were encountered:
Editor 폴더에 포함되어 있지 않은 API/OAuth/OAuth2Setting.cs와 CBSetting,cs에서 using UnityEditor 때문에 빌드가 되지 않는 오류가 있습니다. 유니티 에디터 상에서는 오류가 감지되지 않으나 실제 사용 플랫폼으로 빌드 할 때 오류가 발생합니다.
CBSetting,cs: 주석 처리시 오류가 발생하지 않습니다. 추후 구현할 기능을 위해 들어간 것이 아니라면 해당 구문을 삭제하면 해결될 듯 합니다.
OAuth2Setting.cs: 주석 처리시 Line 83의 AssetDatabase.CreateAsset(instance, fullPath)에서 오류가 발생합니다.
The text was updated successfully, but these errors were encountered: