Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzadshayanfar/assetbundleviewer
A 3D viewer application for Unity assetbundle files.
https://github.com/farzadshayanfar/assetbundleviewer
3d-viewer assetbundle assetbundles unity-3d unity-asset unity-editor unity3d
Last synced: 4 months ago
JSON representation
A 3D viewer application for Unity assetbundle files.
- Host: GitHub
- URL: https://github.com/farzadshayanfar/assetbundleviewer
- Owner: farzadshayanfar
- License: apache-2.0
- Created: 2023-05-08T06:58:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-09T15:49:37.000Z (over 1 year ago)
- Last Synced: 2024-10-10T10:22:55.531Z (4 months ago)
- Topics: 3d-viewer, assetbundle, assetbundles, unity-3d, unity-asset, unity-editor, unity3d
- Language: C#
- Homepage:
- Size: 3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AssetBundle Viewer (ABV)
This is a very simple Unity application which can be used in editor as is, or built into a standalone for viewing assetbundle files. This was originally created as a utility application for a neuroscience research project but it can be used during game development to quickly check the quality of assetbundles. View oribitting, zooming, directional light intensity and direction, background exposure, and snapshotting are the available controlled parameters.# Running
For running in Unity Editor, just open *ABVScene* and run it inside editor. Alternatively, you can build a player with *ABVScene* included.In case you decided to build a standalone player, in order to make it behave more like an ordinary windowed application (resizing, minimizing, window snapping, entering and exiting fullscreen), please make sure to make these changes in the *player settings*:
1. In *Resolution* section under *Resolution and Presentation*, select *Windowed* from the *Fullscreen Mode* dropdown.
2. In *Standalone Player Options* under *Resolution and Presentation*, check *Resizeable Window* and *Allow Fullscreen Switch* checkboxes.
# License
AssetBundle Viewer (ABV) is licensed under Apache 2.0 License.# Credits
+ Developed by Farzad Shayanfar
+ [Gökhan Gökçe](https://github.com/gkngkc) for his work on [UnityStandaloneFileBrowser](https://github.com/gkngkc/UnityStandaloneFileBrowser)