com.jasonxudeveloper.jengine
Version:
The solution that allows unity games update in runtime.
16 lines • 497 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "ilruntime",
"request": "launch",
"name": "Attach to ILRuntime",
"address": "${command:AskForAddress}",
"debug": true,
"stopOnEntry": true
}
]
}