Forum Topics tagged worker

Similar Tags

Report Tag

10 forum topics with this tag
  • 3 replies
  • 702 views
0 favourites

I've read the relevant docs. Found the APIs at the instance side, but how's the other side look like? Where and how's PostToRuntimeAsync (and probably PostToRun...

posted 5 years ago
  • 2 replies
  • 882 views
This content is deleted
Forum Topic
Plugin with external files and worker-support
0 favourites

Is there any documentation about how can I add external JS files/libs to the plugin with worker-support? I would like to make my plugins workers-ready. I have a...

  • 0 replies
  • 303 views
This content is deleted
Forum Topic
How to use Auto font size with form controls?
0 favourites

I'm developing a plugin to create a div element where drag and drop files. I'm using SDKDOMINSTANCEBASE/SDKDOMPLUGINBASE interfaces. I want to reproduce the "au...

posted 5 years ago
  • 5 replies
  • 720 views
This content is deleted
Forum Topic
PostToRuntime(handler, data)
0 favourites

Is the PostToRuntime(handler, data) an official SDK method, I can't seem to find it in the SDK and it is the method that best suits my addons. I can only find P...

posted 3 years ago
  • 4 replies
  • 528 views
This content is deleted
Forum Topic
Worker mode question regarding synchronous methods
0 favourites

There seem to be some SDKs that don't support worker threads, like Photon Cloud's SDK . Here are some sample methods: SDK.Prototype.IsConnected. SDK.Prototype.I...

posted 3 years ago
  • 6 replies
  • 797 views
This content is deleted
Forum Topic
How do I use/mimic multi-threading?
0 favourites

I need to plot a sine wave at high speeds. I used the value from a Sine behavior, but sometimes it Is'nt consistent and the wave is messed up for a few frames t...

posted 3 years ago
  • 4 replies
  • 569 views
This content is deleted
Forum Topic
Confused about Spine plugin
0 favourites

So, I have a plugin called "Spine" and I ran SpinePluginTest project, which can be found here (it's called Sample Project): And it worked perfectly fine. Constr...

posted 3 years ago
  • 1 replies
  • 466 views
This content is deleted
Forum Topic
SW.js update check failed
0 favourites

I have error when make auto update for my game with query param on url. This is for my update check. And then I use url like this to open the game : 'https://ur...

  • 8 replies
  • 715 views
0 favourites

I'm trying to copy some text inside the clipboard using the following method: Navigator.Clipboard.WriteText('some text'). The above code doesn't work inside a w...

  • 3 replies
  • 230 views
0 favourites

I've set the Use worker project config to Yes and can confirm that the game runs in a web worker. However, when I use remote preview and run the game on my iPho...

Similar Tags