This pull request is to add new component-out node types that work with some of the new features in Unity 2017/2018.
VideoPlayerOut - Controls video playback on a VideoPlayer component.
PlayableDirectorOut - Controls timeline playback on a PlayableDirector component.
These two components are commonly used in audio visual applications, and some of the properties in these components are not accessible from generic-out nodes (due to the type restriction of generic-out; double/long properties are not accessible), so it's considered important to add these new node types to the library.
This pull request is to add new component-out node types that work with some of the new features in Unity 2017/2018.
These two components are commonly used in audio visual applications, and some of the properties in these components are not accessible from generic-out nodes (due to the type restriction of generic-out; double/long properties are not accessible), so it's considered important to add these new node types to the library.