💻
UGS 개발문서
  • Unity Google Sheet
  • Getting Start
    • 다운로드
    • Apps Script Setup
    • GoogleDrive Setup
  • HOW TO USE
    • 시트 생성 및 데이터 만들기
    • 로컬에서 불러오기
    • 시트에서 불러오기(LiveLoad)
    • 시트에 데이터 쓰기(LiveWrite)
  • Advanced User Features
    • UGS APIs
    • Use CustomType
    • Use EnumType
    • SpreadSheet Detail
    • Use UGS on WPF, Console C# Project
  • Details
    • * API 제한사항 (할당량)
    • * 보안 주의사항
    • * 추가기능 개발
  • Examples and Tutorial
    • Awesome Sunny!
  • Trouble Shooting
    • Exception : Reference has errors 'HamsterGoogleSpreadSheet'.
    • Exception : InvalidOperationException: You are trying to read Input ...
    • Exception : index index was out of bounds of array
    • Exception : Newtonsoft.Json Confict
Powered by GitBook
On this page

Was this helpful?

  1. Trouble Shooting

Exception : InvalidOperationException: You are trying to read Input ...

Exception : InvalidOperationException: You are trying to read Input ...

PreviousException : Reference has errors 'HamsterGoogleSpreadSheet'.NextException : index index was out of bounds of array

Last updated 2 years ago

Was this helpful?

씬을 실행하면 아래와같은 오류가 나타나나요?

UGS의 오류는 아닙니다. 인풋시스템 관련 문제로 EventSystem 에서 해결할 수 있습니다.

Replace with InputSystemUIInputModule 를 클릭하면 됩니다.

이건 UGS의 오류는 아닙니다.