💻
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
  • Spread Sheet Image Description.
  • 컬럼 이름 맨 앞에 #를 입력하면 Generate 대상에서 제외딥니다.
  • 시트 이름 맨 앞에 #를 붙이면 Generate 대상에서 제외됩니다.
  • 한 스프레드시트에 여러 시트를 둬서 클래스를 분리할 수 있습니다.

Was this helpful?

  1. Advanced User Features

SpreadSheet Detail

PreviousUse EnumTypeNextUse UGS on WPF, Console C# Project

Last updated 3 years ago

Was this helpful?

Spread Sheet Image Description.

컬럼 이름 맨 앞에 #를 입력하면 Generate 대상에서 제외딥니다.

시트 이름 맨 앞에 #를 붙이면 Generate 대상에서 제외됩니다.

한 스프레드시트에 여러 시트를 둬서 클래스를 분리할 수 있습니다.

실제로 Generate하면 자동으로 코드가 형식에 맞춰 나옵니다.
#Enum은 Generate 에서 제외대상!