Empty String constant is null
complete
Foorack
Declaring an empty string constant in reality produces "null". Expected behaviour is empty string.
UDONSDK-2019-12-22.12.32
In the following demo the first check prints True, second prints False.
UPDATE: Seems like writing something in the String constant and then removing what you wrote makes it an actual empty string.
Log In
Momo the Monster
complete
Fixed in latest.
naqtn
Workaround: use "String Get Empty" node.
(I saw this in Discord udon-general and thought it's worth to note here.)