realvirtual.io Community

Welcome to the realvirtual.io community

This is a package which contains several ready to use industrial components based on realvirtual.io.

Import realvirtual.io Community package to your project

If you want to use the realvirtual.io community package, it must be included as follows:

  • Open the manifest.json file from the package section in your C# editor program and add the following code:

 "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.realvirtual.community"
      ]
    }
  ],
  "dependencies": {
    "com.realvirtual.community": "1.1.2",

The section "dependencies will already be there, you just have to add the information concerning the realvirtual.io community. After compiling you will find the package within your package manager.

The update of the package is not automatically. You have to check within your package manager if updates are available.

To use the package components, simply drag and drop the prefab into your scene. If you want to view the example scenes, drag the scene into your scene folder, from there the scene can be opened. For scenes with a RoboDK connection, please note that you must set the path to the RoboDK file.

Last updated