Modular 3D Text
  • ✉️Contact Support
  • ⭐Read me first
  • Introduction
    • ⚡Namespace
    • ⚡Assembly Definition
    • ⚡Scripting define symbol
    • 3D UI for XR
      • Internal documentation
  • Text
    • Modular 3D Text
      • Script documentation
        • UpdateText
        • MeshPostProcess
        • Internal Documentation
    • Text Updater
    • Fonts
      • Creating fonts
        • Troubleshoot
      • Letter
  • Input
    • Button/Key
      • Button Input System
      • Button Input Processor
    • Mouse/Touch
      • Raycast Selector
      • Raycast Input Processor
    • Troubleshoot
  • Modules
    • Modules
  • UI
    • List
      • Script documentation
    • Button
      • Script documentation
    • Toggle
      • Script documentation
    • Slider
      • Script documentation
        • UpdateValue
        • IncreaseValue
        • DecreaseValue
      • SliderHandle
    • Input Field
      • Script documentation
        • UpdateText
        • ContentType
    • Horizontal Selector
      • Script documentation
  • Layout System
  • Modules
  • Package Importer
  • Utility
    • UI States
    • Asset Settings
  • Version History
Powered by GitBook
On this page
  • Version 4 or newer
  • Version 3.2.0 or newer
  • Version 3.1.11 or older
  • Version 2.0 or older

Was this helpful?

  1. Introduction

Assembly Definition

Here, asmdf = Assembly Definition

PreviousNamespaceNextScripting define symbol

Last updated 1 year ago

Was this helpful?

Version 4 or newer

  1. Open up the asset window.

  1. Open the Utility tab and click the Setup assembly definition file.

Version 3.2.0 or newer

  1. Create the main asmdf file in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts. If you are using the new input system, add a reference to it.

Version 3.1.11 or older

  1. Create the main asmdf in the root folder.

Version 2.0 or older

  • Create an editor-only asmdf file in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts\Font\Editor Add reference to the main asmdf.

  • Create the main asmdf file in the root folder Plugins\Tiny Giant Studio\Modular 3D Text\Scripts. If you are using the new input system, add a reference to it

Create an editor-only asmdf file in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts\Font\Editor Add a reference to the main asmdf. If you are using the new input system, add a reference to it. To create editor-only assemblies, select the assembly definition file, uncheck any platform, and deselect everything except Editor. This will make sure the asmdf file is only for the editor.

Create editor-only font creator asmdf in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts\Font\Editor Folder. Add the main assembly definition file as a reference. To create editor-only assemblies, select the assembly definition file, uncheck any platform, and deselect everything except Editor. This will make sure the asmdf file is only for the editor.

Create editor-only main editor asmdf in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts\Editor Add the main and font creator assembly as a reference. If you are using the updated input system, add the Input system assembly definition as well.

Create editor-only layout editor asmdf in Plugins\Tiny Giant Studio\Modular 3D Text\Scripts\Layout\Editor Add the main and main editor asmdf as references.

⚡