Skip to content

Files

Latest commit

 

History

History
49 lines (39 loc) · 1016 Bytes

README.md

File metadata and controls

49 lines (39 loc) · 1016 Bytes

ScriptableTemplates (Wovencore)

by Fhiz (Weaver) MIT licensed https://github.com/wovencode/

Summary

A simple, generic class derived from ScriptableObjects in order to load and access large amounts of data.

Features

  • Loads ScriptableObjects into Dictionaries
  • Failsave & Performant using ReadOnlyDictionary
  • Performant load from Resources subfolder only

Installation

  • Install and Open the most recent version of Unity.
  • Create a new 3d project.
  • Import the package into the project.

Quickstart

  • Drag the "TemplateLoader" prefab into your scene.

  • Hit "Play" and check the console log.

  • Use "ExampleTemplate" as a base for your own ScriptableObject templates.

Requirements

Contains Open-Source Code

  • None

Namespace

  • Wovencode

Compatibility

  • Unity3d 2018-2019 (inclusive)
  • Client: Windows, MacOS, Android, iOS, Linux
  • Server: Windows, MacOs, Linux
  • Single-Player: Windows, MacOS, Android, iOS, Linux