Skip to content
Kamran Wali edited this page Dec 1, 2024 · 2 revisions

Welcome to the official documentation of CodeOptPro, the simple Godot system that helps with performance and calculations. The table of contents in the sidebar should let you access the documentation for your topic of interest.

Installation

  1. First download the latest CodeOptPro-v1.14.0.zip from the latest Stable build.
  2. Once downloaded extract/unzip the file.
  3. Enter the folder and copy the folder named kamran_wali.
  4. Now paste the folder in the addons folder of your Godot project. If your Godot project does not have the addons folder then just create it in the root folder, res://, and paste the copied folder there.
  5. (Optional) To open the interface for CodeOptPro simply go to the menu Project -> Projct Settings. Click the Plugins tab and enable the Variable Creator or Instantiate Object. This should open and dock the Variable Creator or Instantiate Object.
  6. (Optional) If you want access to the CodeOptPro's script templates then go to the folder addons -> kamran_wali -> code_opt_pro and copy then copy the folder named script_templates. Paste the copied folder in the root folder, res://. Now the script_templates should be available while inherting from Resource.

Clone this wiki locally