Skip to content

Releases: sketchfab/unity-plugin

Sketchfab for Unity 1.2.2

08 Jun 08:37
9157f07
Compare
Choose a tag to compare
Pre-release

Installation

Download the attached unitypackage and double click to import it into your Unity project.
The plugin is available in the titlebar under Sketchfab/Browse Sketchfab.

You can find the full documentation on the repository homepage

Changelog

  • Fixes download button for "My models" results (private download)

Sketchfab for Unity 1.2.1

09 Sep 13:59
9157f07
Compare
Choose a tag to compare

Installation

Download the attached unitypackage and double click to import it into your Unity project.
The plugin is available in the titlebar under Sketchfab/Browse Sketchfab.

You can find the full documentation on the repository homepage

Changelog

  • Fixes the plugin for Unity 2020+ (resolving conflict on Newtonsoft.json)
  • Fixes some warnings

Sketchfab for Unity 1.2.0

22 Dec 10:09
9157f07
Compare
Choose a tag to compare

Installation

Download the attached unitypackage and double click to import it into your Unity project.
The plugin is available in the titlebar under Sketchfab/Browse Sketchfab.

You can find the full documentation on the repository homepage

Changelog

  • Makes store purchases available in the plugin
  • Adds a filter to search by CC license
  • Makes the plugin aware of PLUS plan (upload limit)
  • UI has been revamped to look better with Unity 2019 Editor UI update (dark mode)

Sketchfab for Unity 1.1.1

26 Jun 09:13
b491146
Compare
Choose a tag to compare

Sketchfab Plugin for Unity

Browse, import and export assets between Unity and Sketchfab
Based on khronos' UnityGLTF plugin

A Sketchfab account is required for most of this plugin features (you can create one here)

Supported versions: Unity 5.6.4 or later

Installation

Download attached SketchfabForUnity-v1.1.1.unitypackage 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 link to be redirected to the support form.

Sketchfab Asset Browser

Available in menu: Sketchfab/Browse Sketchfab

Authentication

Browse more than 150k free downloadable models from Sketchfab and import them into your Unity project.

You need a Sketchfab account to download and import assets from Sketchfab

PRO users can now access their own models

If you are a PRO user, you can also use the My Models filter to search and have a private access to your personal library of models, which includes all your published models (including the private ones)

Asset Browser UI

Browse free Sketchfab downloadable models from the plugin using search and filters.

Screenshot-1

Click on a thumbnail to show the corresponding model page with a button to download and import the asset

Screenshot-2

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.
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.
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.

unity4

glTF Importer (editor)

Import glTF asset into Unity
Available in menu: Sketchfab/Import glTF

Drag and drop glTF asset on the importer window, set the import options and click import.
unity5

  • This release has been moved from the previous unity plugin repository for anticipation, but sources are still not setup so they are not yet available*