Website powered by

Unity plugin to morph between any value on a graph

This was made as a tool to let me control and morph as many variables as possible straight from the inspector using one system. The original goal was to control variables from volumetrics, lighting and even sound, pitch and volume to allow me to completely change the feel of the scene to several presets (such as dark, happy and cinematic).

As I developed this several other uses popped up, such as:
- Enemy creator (Can create 5 classes as seen in the video. Then when spawning them in create either completely random morphs or just random variations within the area of a class. This could control stats as well)
- Weapon creator (Same deal as the enemy, morph stats and abilities)
- Controlling emotions of an NPC (Angry, sad, happy)
- Weather (lighting, rain intensity, sun)

Morphing character showcase

Morphing character showcase

Exploring the graphs menu

Exploring the graphs menu

Adding a variable to morph between

Adding a variable to morph between

Changing camera and light component values using the plugin