Skip to content

netpyoung/nf.unitylibs.managers.resourcesextra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

nf.unitylibs.managers.resourcesextra

GitHub Document License

Installation

using UPM

using #{version} for versioning.

"nf.unitylibs.managers.resourcesextra": "https://github.com/netpyoung/nf.unitylibs.managers.resourcesextra.git?path=LocalPackage#0.0.1"

Description

  • You can check if a resource exists without using Resources.Load, like this: ResourcesExtraSettingsAsset.RuntimeInst.IsExist("hello");
  • When calling Resources.Load("blabla");, a warning will appear if the resource blabla cannot be found.

./docfx/images/NF6001.png

Documentation