Skip to content

Releases: Unity-Technologies/VFXToolbox

VAT Workflow + Image Sequencer Texture2D Array Export Support

26 Nov 13:38
Compare
Choose a tag to compare

2.1.0-preview introduces the following features:

  • Image Sequencer can now export to 2D Texture Array for better flipbook set-up (can be used in VFXGraph 12.x)
  • Houdini VAT Exporter and Importer in Unity + Examples (Available as Package Sample through the Package Manager Window)

Package Conformance Release + API Accessibility

23 Mar 13:53
Compare
Choose a tag to compare

This release does change the following:

  • C# API Accessibility
  • Refactored Processor API
  • Package Conformance

Package now has a minimum requirement version of Unity 2019.3

Package Version

09 Sep 09:12
92ad0ec
Compare
Choose a tag to compare
Package Version Pre-release
Pre-release

This new version adds changes that enables referencing this project both as a GitHub reference or Local Package.

Local Package Install :

  • Git Clone this repository (or download zip and unzip locally)
  • Install Unity 2019.1 or newer and run it for your project
  • Open Package Manager Window (Window/Package Manager)
  • Use the + Button at the bottom of the window and select "Add Package from Disk"
  • Navigate to the root of the repository directory then open the package.json file.

Git Reference Install (Package will be available as read-only):

  • (Make sure you have Git CLI installed on your system and path correctly configured)
  • Install Unity 2019.1 or newer
  • Open your project's Packages/manifest.json file with a text editor
  • Add the following line to dependencies list : "com.unity.vfx-toolbox": "https://github.com/Unity-Technologies/VFXToolbox.git#1.0.0-preview",

Image Sequencer Samples - Version 0.1.0

14 Nov 10:53
Compare
Choose a tag to compare
Pre-release

Here is a Sample pack containing a set of Image Sequences, Source Images and already rendered flipbooks, It's meant to be used with the 0.1.0 tag version of the VFX Toolbox.

Please note that it's still experimental at the moment, and that breaking changes could occur in the future. So we don't advise using it in production at the moment.