- Notion 관련 코드 제거: - NotionBackgroundSync.cs 삭제 - NotionSyncSettings.cs → BackgroundSyncSettings.cs 이름 변경 - 웹사이트 API 연동 기능 추가: - WebsiteBackgroundExporter.cs: HTTP POST로 배경 데이터 업로드 - BackgroundSyncSettings.cs: API 엔드포인트 및 Git URL 설정 - BackgroundThumbnailCapture.cs 수정: - 새 설정 클래스 참조로 변경 - Notion 자동 동기화 코드 제거 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
710 B (Stored with Git LFS)
Plaintext
24 lines
710 B (Stored with Git LFS)
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 0d02f18044447044a927d2258edc4286, type: 3}
|
|
m_Name: BackgroundSyncSettings
|
|
m_EditorClassIdentifier:
|
|
apiEndpoint: https://minglestudio.co.kr/api/backgrounds
|
|
apiKey:
|
|
gitServerUrl: https://kindnick-git.duckdns.org
|
|
gitRepoPath: kindnick/Streamingle_URP
|
|
gitBranch: main
|
|
thumbnailWidth: 1920
|
|
thumbnailHeight: 1080
|
|
autoSyncOnCapture: 0
|
|
websiteUrl: https://minglestudio.co.kr/backgrounds
|