Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An example that shows how to use recorded Depthkit footage with Unity VFX Graph

License

NotificationsYou must be signed in to change notification settings

keijiro/Dkvfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

This is a Unity sample project that shows how to integrate a volumetric videorecorded withDepthkit to aVisual Effect Graph.

This project requires Unity 2019.3.

How To Install

This package uses thescoped registry feature to resolve package dependencies.Please add the following sections to the manifest file (Packages/manifest.json).

To thescopedRegistries section:

{  "name": "Keijiro",  "url": "https://registry.npmjs.com",  "scopes": [ "jp.keijiro" ]}

To thedependencies section:

"jp.keijiro.dkvfx": "0.1.2"

After changes, the manifest file should look like below:

{  "scopedRegistries": [    {      "name": "Keijiro",      "url": "https://registry.npmjs.com",      "scopes": [ "jp.keijiro" ]    }  ],  "dependencies": {    "jp.keijiro.dkvfx": "0.1.2",...

About

An example that shows how to use recorded Depthkit footage with Unity VFX Graph

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp