# ModelViewer **Repository Path**: qingjun1991/ModelViewer ## Basic Information - **Project Name**: ModelViewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ModelViewer ## What is this? This is a Unity project made for downloading assets from a remote uri and importing the models and textures, which is done during runtime. (Similar project using native C++ library and a custom networking solution can be found here: https://github.com/mikson60/AssetViewer) ## Technical This project uses the TriLib asset to download and import model files from a remote uri. Currently, the models are downloaded from a NodeJS server set up on Heroku. ## Platform Works on Android and PC.