Skip to content

Cache objects in the ContentManager #17

@SplittyDev

Description

@SplittyDev

Currently, no loaded objects get cached and a call to ContentManager.Load<T> will always result in a new object being loaded from disk and instantiated. That's a waste of memory and slows down the engine.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions