Transform CoCos's typeScript
files to unity's C#
file.
Technology stack change, need to migrate cocos
project to unity
project
- detective target dir ts files & transform them to c#
- and script to package.json
{
"scripts": {
"ts2cs": "ts2cs -t src" // -t target dir to transform
}
}
- run script
pnpm run ts2cs
sudongyuer email:976499226@qq.com