# First, create a script object.
# CRAN doesn't have Unity installed, so pass
# a waiver object to skip the Unity-lookup stage:
script <- make_script("example_script",
unity = waiver()
)
# Now add props:
script <- add_texture(script)
# Lastly, execute the script via the `action` function
Run the code above in your browser using DataLab