Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Trisibo/Unity-delayed-asset
**DEPRECATED** Plugin for Unity that allows to assign assets in the inspector while preventing Unity from automatically loading the assets in memory when a scene is loaded
https://github.com/Trisibo/Unity-delayed-asset
assets inspector memory-management unity
Last synced: 3 months ago
JSON representation
**DEPRECATED** Plugin for Unity that allows to assign assets in the inspector while preventing Unity from automatically loading the assets in memory when a scene is loaded
- Host: GitHub
- URL: https://github.com/Trisibo/Unity-delayed-asset
- Owner: Trisibo
- License: mit
- Archived: true
- Created: 2017-03-03T07:40:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T06:08:41.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:21:11.807Z (6 months ago)
- Topics: assets, inspector, memory-management, unity
- Language: C#
- Homepage:
- Size: 218 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity-delayed-asset - Without automatically loading all the data referenced by the asset in memory when a scene is loaded (Script Utility)
README
DEPRECATED: Causes issues with Unity at least from 2019.4
=============================================================From Unity 2019.4 (may happen in earlier versions), this plugin can cause important edit-time issues in some situations, so don't use. It may not be updated to fix the issues. Please, use Unity's "Addressable Asset System" instead (https://blogs.unity3d.com/2019/07/15/addressable-asset-system/).
License
-------Copyright (C) 2017 Trinidad Sibajas Bodoque
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.