-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f5510f
commit d870d32
Showing
2 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |