Auto VR Optimizer Docs
  • Welcome to Auto VR Optimizer
  • Getting Started
    • Quickstart
    • Settings
  • Documentation
    • Tickets
    • Scripts
    • Customize
  • Team
    • Credits
Powered by GitBook
On this page
  1. Documentation

Scripts

AutoVROptimizer is made out of a few scripts and here is a quick recap of each of them

AutoVROptimizer Serves as the main interface of the tool. It handles the display of all optimization tickets and manages user interactions. It also coordinates with the other scripts to ensure proper functionality.

AVRO_CustomTickets Scriptable object containing a list of all custom tickets.

AVRO_Functions Contains the core logic used to analyze and apply fixes to the optimization tickets.

AVRO_Settings A ScriptableObject that stores user preferences and settings, allowing for full customization of the tool’s behavior.

AVRO_Styles Defines all UI styles used across the Editor interface to maintain consistent visual presentation.

AVRO_Ticket A ScriptableObject that holds all relevant information for each optimization ticket, including its name, description, and resolution data.

AVRO_Utilities Provides utility functions used during tool development. These are general-purpose helpers not directly tied to the core optimization logic in AVRO_Functions.

PreviousTicketsNextCustomize

Last updated 18 days ago