14 Commits

Author SHA1 Message Date
Mausham
f9a2532495 Fixes 2026-05-28 17:09:12 +05:45
55c243ba64 Merge pull request 'work_branch' (#5) from work_branch into main
Reviewed-on: #5
2026-05-28 10:58:48 +02:00
Savya Bikram Shah
dd6a7be1fc Scene Loading Script 2026-05-28 14:40:21 +05:45
Mausham
17770a9ab3 Merge remote-tracking branch 'origin/main' into work_branch
# Conflicts:
#	Packages/manifest.json
2026-05-27 19:54:47 +05:45
Mausham
c1118b3271 ignore 2026-05-27 19:39:26 +05:45
Savya Bikram Shah
93950e8bc6 Progression. and Drawing Catalog 2026-05-27 18:56:17 +05:45
Savya Bikram Shah
df861765c2 Implemented Drawing and coloring DTOs and capture system 2026-05-27 16:01:45 +05:45
Savya Bikram Shah
aac0dc1513 Updates 2026-05-27 15:09:05 +05:45
Savya Bikram Shah
848b176953 docs(readme): drop Paper feature, simplify gallery, add scripts inventory
Major restructure:
- Remove Paper feature entirely (IPaperSurface, PaperSurface, PaperSurfaceModule).
  Paper is just RectTransforms in the ColorBook scene, exposed via a
  ColorBookSceneRefs MonoBehaviour the scope registers as a singleton.
- Simplify IGalleryService to a single SaveToDeviceAsync(byte[], albumName)
  shim over a native gallery plugin. Drop ListAsync / LoadFullAsync /
  LoadThumbnailAsync / DeleteAsync / GetLatestThumbnailAsync /
  SavedArtworkDTO / sidecar JSON / persistentDataPath gallery folder.
- Drop ArtBook feature (no in-app gallery — users view captures in phone
  Photos). Removes ArtBookLifetimeScope, GalleryPresenter, IExternalShareService.
- Replace ArtworkCapturedSignal / ArtworkSavedSignal with PaperCapturedSignal /
  PaperSavedSignal (templateId only).
- Capture and Gallery are now independent: ICaptureService produces PNG bytes,
  IGalleryService writes them to native Photos. CaptureController orchestrates
  the chain.
- Rewrite §11 Persistence — only ProtectedPlayerPrefs for settings/progression;
  no app-side image store.
- Remove §28 SavedArtwork JSON Schema; replace with §28 Native Gallery
  Integration (plugin recommendations, permission flows).
- Add §31b: Scripts Inventory by Domain — comprehensive path-by-path table
  of every script (existing and planned) across Core / Libs / Services /
  Features / App, with status markers.
- Update Readme.docx — better formatting (page break before each numbered
  section, blue heading underlines, alternating row shading on tables,
  monospace code blocks with left accent bar, expanded title page).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 15:07:13 +05:45
Savya Bikram Shah
f18b78db24 Removed Unnecessary stuff 2026-05-27 12:56:19 +05:45
Savya Bikram Shah
f3b53be39d Gallery Done 2026-05-27 10:55:39 +05:45
Savya Bikram Shah
0b4aeb8fd8 Added BaseLifetimescope and gameplay scene 2026-05-26 18:59:54 +05:45
Savya Bikram Shah
a1ba052ece Initial Setup 2026-05-26 18:45:12 +05:45
Savya Bikram Shah
f901f70c10 Initial Push 2026-05-26 16:47:16 +05:45