跳至主要內容

获取资源全路径

muzzik小于 1 分钟笔记CocosCocosCreator

if (cc["resources"]) {
	return cc.assetManager.utils.getUrlWithUuid(
		cc["resources"].getInfoWithPath(path_s_).uuid,
		{ isNative: cc.sys.isNative, ext: ".json" }
	);
} else {
	return cc.url.raw(`resources/${path_s_}.json`);
}

后缀按类型替换

📣 觉得很赞?分享给你的朋友吧!