> For the complete documentation index, see [llms.txt](https://docs.rawrshak.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rawrshak.io/tutorials/unity-asset-viewer.md).

# Unity Asset Viewer

{% embed url="<https://github.com/Rawrshak/Unity-Asset-Viewer-Project>" %}
Rawrshak's Unity Asset Viewer Demo Project
{% endembed %}

This project is a Unity game on windows desktop that allows a gamer to view the assets in their wallet. It views Text, Audio, Image, and Static 3D assets.&#x20;

#### Requirements:

* Unity Installed Version: 2020.3

#### Instructions:

1. Clone or fork the asset viewer project repo:

   `git clone` [`https://github.com/Rawrshak/Unity-Asset-Viewer-Project.git`](https://github.com/Rawrshak/Unity-Asset-Viewer-Project.git)
2. Open Unity Hub
3. Add Unity-Asset-Viewer-Project to Unity Hub
4. Open Unity-Asset-Viewer-Project
5. In the Projects tab, open the Assets\Scene folder and load (double-click) SampleScene

{% hint style="info" %}
This project is only a demo project. This is not a production quality game and will probably have bugs. Please use at your own risk.
{% endhint %}

#### Todo:

* Deploy project on WebGL, Android, and/or iOS
* Create a Windows Desktop executable
