Customize
Designed with accessibility and customization in mind, the tool allows you to add your own tickets to the list.
Last updated
Designed with accessibility and customization in mind, the tool allows you to add your own tickets to the list.
Last updated
• Create Your Ticket:
Right-click, then select AutoVROptimizer > Create Ticket.
Name your scriptable object whatever you like. Only the info window can read the name of the object itself.
This is the text that will be displayed on the ticket in the list.
It is the description shown when you click on the ticket.
The ticket's current state is updated when you analyze or fix it.
The level of priority.
The different tags.
Toggle to hide the "Fix" button.
Toggle to hide the ticket from the list.
The name of the method called in the code.
• Create Your Method:
Open AutoVROptimizer/Editor/AVRO_Functions_Customize.cs.
Create a public static AVRO_Settings.TicketStates method to analyze the ticket called “Get” + YouFunctionName(pt8).
And if a fix is needed, create a public method called “Set” + YouFunctionName(pt8).
The script “AVRO_Utilities.cs” will automatically find the method associated with the function name you set on your ticket and call it when necessary.
• Add it to the list:
Add your scriptable object to the list in AutoVROptimizer/ScriptableObjects/AVRO_CustomTickets > CustomTickets.
Your ticket should now be visible on the tool's interface.