Search found 2 matches

by castor
Mon Jun 06, 2016 7:28 pm
Forum: Amplify Color
Topic: Error on Package Install - CS0117: `Tonemapping' does not co
Replies: 1
Views: 12731

Error on Package Install - CS0117: `Tonemapping' does not co

I've just downloaded the latest package for Amplify Color v1.6.0 and installed it with Unity 5.3.4f1 and I'm getting the following error after the package is installed:

Assets/AmplifyColor/Plugins/AmplifyColorBase.cs(44,53): error CS0117: `Tonemapping' does not contain a definition for `Disabled ...
by castor
Thu Apr 30, 2015 4:58 pm
Forum: Amplify Color
Topic: Accessing Amplify Color C# variables from Javascript
Replies: 2
Views: 2275

Accessing Amplify Color C# variables from Javascript

First of all, congrats on the great plugin, love it!

For my current project I need to add AmplifyColorEffect components through scripts and assign custom LUTs.
My problem is that since I'm writing code in UnityScript, I can't access any of the variables for the plugin.

What I'm doing now is ...