Tiffany
Tiffany
If delta were able to use it for sync that would be nice as well, but it's out of scope for what I wanted out of this issue.
iCloud and (s)ftp would be fairly easy to implement, not sure about one drive. The nice thing about supporting something like ftp is if someone doesn't want to rely on...
Currently I work around it by creating a string array containing the names of the enum values. Unfortunately though the workaround splits these into two separate parts of the code,...
Speaking of enums using the flags attribute, it appears that operator | confuses the symbol processor on flags enums.
I'd like to just append deconstruction onto this request https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/deconstruct
I guess an attribute would be nice to tell UdonSharp to be quiet about any specific property, something like `[NoUdonSerialize]`
It's a great workaround, thanks! That being said, I'd expect to be able to use an UdonSharpBehaviour anywhere an UdonBehaviour is used directly since an UdonSharpBehaviour essentially is an UdonBehaviour....
Part of the solution to this will rely on U# 1.0. Until then I'll have more basic handling of this without the ability to extend the functionality of the control...
Internally, the video player now uses a video queue, which isn't yet exposed. I'll be adding this either in this version or in 1.1
This will be the last essential feature I'll add to 1.0.