Testing on a clean project, using Windows 10:
go.property ("test", 1)
function init (self)
print (self.test)
end
Using the Defold editor 1.2.142, the output is 1.
With the html5 build, the output is nil.
Is this a property bug in the html5 build?