- Home /
promises in unityscript for Queueing
Is there a promises library or resource that can be used in unityscript. I see one in the asset library for c# and there are pure .js promise libraries like q.js, but I'm not sure if either of these would function in unityscript.
Can I call the c# functions in a promises library from unityscript or would unityscript language limitations prevent me from using it?
Would a javsacript library run in unityscript if so how do you reference it and use it?
Answer by Eric5h5 · Jun 14, 2015 at 07:34 PM
You can't use Javascript in Unity. I don't know what you're trying to do, but maybe look into coroutines instead.
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
How to spawn an object after pickup? 0 Answers
Android port bug? 1 Answer