forked from KhronosGroup/UnityGLTF
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from sketchfab/feature/adds-banner_D3D-4591
[#D3D-4591] Adds store banner in plugin
- Loading branch information
Showing
4 changed files
with
67 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,67 @@ | ||
# Sketchfab Plugin for Unity | ||
|
||
Unity plugin to browse, import and export asset between Unity and Sketchfab. | ||
*Based on khronos' [UnityGLTF plugin](https://github.com/KhronosGroup/UnityGLTF)* | ||
*Browse, import and export assets between Unity and Sketchfab* | ||
|
||
A Sketchfab account is required for most of this plugin features (you can [create one here](https://sketchfab.com/signup)) | ||
|
||
|
||
*Based on Khronos' [UnityGLTF plugin](https://github.com/KhronosGroup/UnityGLTF)* | ||
|
||
*Supported versions: Unity 5.6.4 or later* | ||
|
||
## Installation | ||
|
||
Download attached `SketchfabForUnity-vx.x.x.unitypackage` from the [latest release](https://github.com/sketchfab/UnityGLTF/releases/latest) and double click on it to import the plugin into your current Unity project. | ||
|
||
## Report an issue | ||
If you have any issue, please use the [Report an issue](https://help.sketchfab.com/hc/en-us/requests/new?type=exporters&subject=Unity+Exporter) link to be redirected to the support form. | ||
|
||
## Sketchfab Asset Browser | ||
*Available in menu: Sketchfab/Browse Sketchfab* | ||
|
||
Browse more than [nb] free downloadable models from Sketchfab and import them into your Unity project. | ||
#### Authentication | ||
Browse more than [150k free downloadable models from Sketchfab](https://sketchfab.com/models?features=downloadable&sort_by=-likeCount&type=models) and import them into your Unity project. | ||
|
||
*You need a Sketchfab account to download and import assets from Sketchfab* | ||
(browser image) | ||
|
||
Click on a thubnail to show the corresponding model page with a button to download and import the asset | ||
(model page) | ||
#### Asset Browser UI | ||
![unity2](https://user-images.githubusercontent.com/4066133/37648425-37afe732-2c2f-11e8-9ba1-9f82eeccae06.JPG) | ||
|
||
Click on a thumbnail to show the corresponding model page with a button to download and import the asset | ||
![unity3](https://user-images.githubusercontent.com/4066133/37648438-3ded2682-2c2f-11e8-83f3-96087d1b26df.JPG) | ||
|
||
You can specify a path **in your project directory** to import the asset into, set a name for the prefab that will contain the model and also choose to import it into your current scene. | ||
|
||
You can specify a directory in your project to import the asset into, and also choose to add the model to your current scene. | ||
Click the "Download model" button to download to proceed. | ||
|
||
|
||
## Sketchfab Exporter | ||
*Available in menu: Sketchfab/Publish to Sketchfab* | ||
|
||
Export and share your current Unity scene on Sketchfab. | ||
|
||
*You need a Sketchfab account to download and import assets from Sketchfab* | ||
|
||
Important note: glTF file format is used as transport between Unity and Sketchfab. | ||
**Important note:** glTF file format is used as transport between Unity and Sketchfab. | ||
Because of this, a few features will not be supported and will be missing on the Sketchfab result. | ||
|
||
The plugin will not export: | ||
* animations or object handled by custom scripts | ||
* custom materials/shaders | ||
|
||
Only Standard materials (including Specular setup) are supported. | ||
|
||
For animation, only Generic or Legacy animation type are exported. | ||
|
||
This support will be improved in the future. | ||
|
||
(exporter image) | ||
![unity4](https://user-images.githubusercontent.com/4066133/37648662-e1612fa2-2c2f-11e8-8f7b-9658970da423.JPG) | ||
|
||
|
||
|
||
## glTF Importer (editor) | ||
|
||
Import glTF asset into Unity | ||
*Available in menu: Sketchfab/Import glTF* | ||
|
||
(import image) | ||
|
||
|
||
## Installation | ||
|
||
Download the Unity package of the [latest release](https://github.com/sketchfab/UnityGLTF/releases) and double click on it to import the plugin into your current Unity project. | ||
|
||
|
||
## Report an issue | ||
If you have any issue, please use the [Report an issue](https://help.sketchfab.com/hc/en-us/requests/new?type=exporters&subject=Unity+Exporter) link to be redirected to the support form. | ||
Drag and drop glTF asset on the importer window, set the import options and click import. | ||
![unity5](https://user-images.githubusercontent.com/4066133/37648668-e72c98fe-2c2f-11e8-8e80-b228b2df82dd.JPG) |
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
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