teenageengineering / videolab

MIT License
737 stars 65 forks source link

Can't use Videolab 1.1 #19

Closed cemillerena closed 5 years ago

cemillerena commented 5 years ago

I'm importing the package and getting two error as soon as I import it.

Assets/Klak/Wiring/Output/PlayableDirectorOut.cs(12,9): error CS0246: The type or namespace name `PlayableDirector' could not be found. Are you missing an assembly reference?

Assets/Klak/Wiring/Output/PlayableDirectorOut.cs(2,19): error CS0234: The type or namespace name Playables' does not exist in the namespaceUnityEngine'. Are you missing an assembly reference?

Wont even let me play the scene because of a compile error.