Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codec-xyz authored and github-actions[bot] committed Dec 7, 2023
1 parent 1f5510f commit d870d32
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
13 changes: 13 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
Expand Down
30 changes: 15 additions & 15 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit d870d32

Please sign in to comment.