Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: pXd on March 12, 2017, 07:17:03 PM

Title: WebGL Get dateTime?
Post by: pXd on March 12, 2017, 07:17:03 PM
Hi guys,

I've tried getting the date time and setting a 3D text object which works fine but simply doesn't work after exported to WebGL.
I've also tried doing a get date time in C# then pulling the value into playmaker but still no luck with WebGL exports. How can I get the users current date time in a Web GL build?

Many thanks.

Title: Re: WebGL Get dateTime?
Post by: jeanfabre on March 24, 2017, 03:12:30 AM
hi,

 It's likely because you are using SetProperty and so you need to use the LinkerWizard to properly setup your build instructions.

 Prefer using uGui proxy full asset on the Ecosystem, it will work as is without messing about, and it has proper actions to control the UI.

Bye,

 Jean