From d870d32bff657a7d8d603ec8917eb9c2e3600194 Mon Sep 17 00:00:00 2001 From: codec-xyz Date: Thu, 7 Dec 2023 03:40:21 +0000 Subject: [PATCH] v2.0.3 --- index.json | 13 +++++++++++++ src/package.json | 30 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/index.json b/index.json index ef234f9..298b4d7 100644 --- a/index.json +++ b/index.json @@ -31,6 +31,19 @@ "url": "https://codec.wtf" }, "url": "https://github.com/codec-xyz/photo_frame_manager/releases/download/v2.0.1/photo_frame_manager_v2.0.1.zip" + }, + "2.0.3": { + "name": "wtf.codec.photo-frame-manager", + "version": "2.0.3", + "url": "https://github.com/codec-xyz/photo_frame_manager/releases/download/v2.0.3/wtf.codec.photo-frame-manager-v2.0.3.zip", + "displayName": "Photo Frame Manager", + "unity": "2019.4", + "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.", + "author": { + "name": "Codec", + "email": "dev@codec.wtf", + "url": "https://codec.wtf" + } } } } diff --git a/src/package.json b/src/package.json index 258126e..299bdd6 100644 --- a/src/package.json +++ b/src/package.json @@ -1,17 +1,17 @@ { - "name": "wtf.codec.photo-frame-manager", - "version": "2.0.2", - "displayName": "Photo Frame Manager", - "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.\n\nhttps://github.com/codec-xyz/photo_frame_manager", - "unity": "2019.4", - "author": { - "name": "Codec", - "email": "dev@codec.wtf", - "url": "https://codec.wtf" - }, - "documentationUrl": "https://github.com/codec-xyz/photo_frame_manager", - "dependencies": { - "com.unity.burst": "1.4.11", - "com.unity.mathematics": "1.2.6" - } + "name": "wtf.codec.photo-frame-manager", + "version": "2.0.3", + "displayName": "Photo Frame Manager", + "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.\n\nhttps://github.com/codec-xyz/photo_frame_manager", + "unity": "2019.4", + "author": { + "name": "Codec", + "email": "dev@codec.wtf", + "url": "https://codec.wtf" + }, + "documentationUrl": "https://github.com/codec-xyz/photo_frame_manager", + "dependencies": { + "com.unity.burst": "1.4.11", + "com.unity.mathematics": "1.2.6" + } } \ No newline at end of file