vault backup: 2025-01-08 17:11:24

This commit is contained in:
2025-01-08 17:11:24 +08:00
parent fa97b1edcd
commit e24c25a84f
25 changed files with 6 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ tags: Puerts TypeScript
rating: ⭐
---
# 前言
https://github.com/Tencent/puerts
- [安装方法](https://github.com/Tencent/puerts/blob/master/doc/unreal/zhcn/install.md)
@@ -475,4 +476,8 @@ on('unhandledRejection', function(reason: any) {
new Promise(()=>{
throw new Error('unhandled rejection');
});
```
```
# 打包流程
生成的js脚本不是ue资产文件(`*.asset`),需要手动设置打包。
到“项目设置/打包/Additional Not-Asset Directories to Package”把Content下的“JavaScript”目录添加进去。