Socket
Socket
Sign inDemoInstall

com.iron-mountain.resource-utilities

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.iron-mountain.resource-utilities

Makes working with resources and loading assets easier.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Resource Utilities

Scriptable-objects that store references to assets in the Unity "Resources" folder.

EASY SET UP!

When assets are directly referenced in a Unity scene, they are loaded into memory. Furthermore, when prefabs are loaded into memory, their dependencies are loaded with them. These assets are occupying valuable space, even if they aren't active in the scene.

This package allows the user to control when referenced "Resource" assets are loaded into memory.

To use:

  1. Place the asset ("X") you want to reference in a folder called "Resources" (or a subfolder of "Resources")
  2. If X is a prefab: Create > Scriptable Objects > Utilities > Resources > Resource GameObject. If X is a sprite: Create > Scriptable Objects > Utilities > Resources > Resource Sprite.
  3. Select the Scriptable Object from step 2 and press the button that says "Refresh Folder".
  4. Enter X's name into the name field of the Scriptable Object.
  5. When scripts want to reference X, they should instead reference the paired Scriptable Object, and use the "Asset" property to load the original asset.

Use this package to:

  • Restructure your Resources folder without breaking string references.
  • "Directly" reference resource assets without keeping them loaded in the scene.

Key components:

  1. ResourceGameObject
    • Create > Scriptable Objects > Utilities > Resources > Resource GameObject
  2. ResourceSprite
    • Create > Scriptable Objects > Utilities > Resources > Resource Sprite

Keywords

FAQs

Package last updated on 28 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc