A transpiler that converts a TypeScript-like DSL into Unity C# code. Version 1.0.0 – initial release with single-cycle translation, no ongoing maintenance indicated. Differentiates by enabling Unity developers to write game logic in a syntax familiar from TypeScript while generating standard C# scripts for the Unity engine. No release cadence documented; likely a one-off or early-stage tool.
npm install ts-to-unitycsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile a TypeScript-like DSL snippet to Unity C# and write to a .cs file.
Manually review and adjust output for production use.
Refer to the documentation for supported features.
Contribute tests or use alternative tools.
Run `npm install ts-to-unitycs` or add to package.json.
Use `import transpile from 'ts-to-unitycs'` instead of `import { transpile } from 'ts-to-unitycs'`.