Example projects are a great resource if you are just getting started with VRC Virtual Skills. They allow you to observe how different Python commands in VRC Virtual Skills are used.
Using Python Example Projects
To open an Example Project, select the File menu.
Choose ‘New Virtual Skills Text Project’
Choose ‘Open Examples.’
Icons for many different Example Projects will be shown. Each icon represents a different project and is colored according to the command categories.
The Filter bar can be used to quickly find a specific type of example.
To open any example, select one from the menu.
Python commands for the example project will populate in the Workspace. These commands and their parameters can be changed or removed. Additional Python commands can be added to modify the example project.
Starting an Example Project in the Virtual Skills Window
Select the Virtual Skills icon in the Toolbar to launch the Virtual Skills window.
Select ‘Start’ in the Toolbar.
Note: selecting ‘Start’ from the Toolbar will launch the Virtual Skills window if it is not already opened.
Or, select the ‘Start’ icon on the left side of the Virtual Skills window.
Be sure to Save to your device if you want to Reload the project.
Descriptions in Python Example Projects
In each Python Example Project, the description provides a short summary for what the project does.