Tagged Questions
1
vote
3answers
792 views
Unity: Assigning a key to perform an action in the inspector
I am trying to write a simple piece of code in JavaScript where a button toggles the activation of a shield, by dragging a prefab with Resources.load("ActivateShieldPreFab") and destroying it again ...
3
votes
2answers
563 views
Experience embedding javascript
I'm looking into scripting languages to embed in my game.
I've always assumed Lua was the best choice, but I've read some recent news about embedding V8 as was considering using it instead.
My ...
7
votes
3answers
2k views
Binding C++ and V8 Javascript from Google
The examples are quite challenging to grasp if you are still getting your head around other things, so the simplest example would be great.
Is there a simpler example?