playMaker

Author Topic: WebGL Get dateTime?  (Read 1454 times)

pXd

  • Playmaker Newbie
  • *
  • Posts: 29
WebGL Get dateTime?
« 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.


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WebGL Get dateTime?
« Reply #1 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