Thanks, the reason I brought this up now was because I’ve been looking at other integration packages in my asset folder to switch to NodeCanvas (from Behaviour Designer), and a lot of it are things like:
1
2
3
4
[Tooltip("Check this to perform action on all Playlist Controllers")]
publicSharedBool allPlaylistControllers;
[Tooltip("Name of Playlist Controller containing the Playlist. Not required if you only have one Playlist Controller")]
publicSharedString playlistControllerName;
Most cases you’re right though, the description wouldn’t be needed I think