How do I add a script onto an object like in Unity?

I want to program a script for a specific object, is this possible like in unity? Also is my only scripting option as a programming language Verse or can I also use C# or c++?

Currently you don’t ‘add’ a script to an exiting object, you create a new Verse Device and then place it in your level. Verse is the only option for scripting, you cannot use C# or C++ with UEFN. There is more info in the docs here:

1 Like