omid3098 / camera_shakify_unity

Blender`s Shakify addon in Unity!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Shakify Unity

Here is Blender`s Shakify addon in Unity!

Shakify_Render1.mp4

Installation:

Method 1: Download UnityPackage from release page and import into your project.

Method 2:

  • Clone this repo into your project
  • if you want to check all the source, add NaughtyAttributes and "com.unity.nuget.newtonsoft-json": "3.0.2" to your manifest.json to remove compile errors. if you dont care about the source, remove Editor folder.

How to use:

  • Add Shakify component to your camera and assign a scriptable shake data to it.

Note: Sometimes its better to have a separate parent on camera to apply these transformations to it.

Article

You can read the article about how I did this on Medium.

Todo:

Add these shakedata to Cinemachine Virtual cameras noise component.

About

Blender`s Shakify addon in Unity!


Languages

Language:Python 95.3%Language:C# 4.7%