# OpenVDBForUnity **Repository Path**: nixuejun888/OpenVDBForUnity ## Basic Information - **Project Name**: OpenVDBForUnity - **Description**: vdb for unity 导入插件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-06 - **Last Updated**: 2023-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenVDBForUnity Unity plugins for [OpenVDB](http://www.openvdb.org/). ## Build Status | Bintray | Linux & Mac | Windows | |:--------:|:---------:|:-------------:| |[ ![Download](https://api.bintray.com/packages/kazuki/conan/OpenVDBNativePlugin%3Akazuki/images/download.svg) ](https://bintray.com/kazuki/conan/OpenVDBNativePlugin%3Akazuki/_latestVersion)|[![Build Status](https://travis-ci.org/karasusan/OpenVDBForUnity.svg?branch=master)](https://travis-ci.org/karasusan/OpenVDBForUnity)|[![Build status](https://ci.appveyor.com/api/projects/status/fydwfy6dalw7hvic?svg=true)](https://ci.appveyor.com/project/karasusan/openvdbforunity)| ![gif](https://github.com/karasusan/OpenVDBForUnity/wiki/images/CloudSample.gif) ## Requirements - Unity 2018.2 or later ## How to Use First, this project depends on some submodules. Check these commands below to checkout submodules. ``` git submodule init git submodule update ``` Next, you need to download the final release version plugin from the package repository on [Bintray](https://bintray.com/kazuki/conan/OpenVDBNativePlugin%3Akazuki). You can download from the menu bar. ( **Packages** -> **OpenVDB** -> **Download Library** ) ![img](https://github.com/karasusan/OpenVDBForUnity/wiki/images/PackageInstall.png) Finally, select your OpenVDB file (file extension is **.vdb**) in the project window and reimport from the cotext menu. ![img](https://github.com/karasusan/OpenVDBForUnity/wiki/images/ImportVDBFile.png) ## Build Under Construction [Wiki page](https://github.com/karasusan/OpenVDBForUnity/wiki/How-to-build-the-native-plugin).