vault backup: 2025-01-08 17:11:24
This commit is contained in:
@@ -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”目录添加进去。
|
Reference in New Issue
Block a user