gamemake / tsu-examples

Examples showcasing TypeScript for Unreal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript for Unreal (Examples)

A couple of examples showcasing TypeScript for Unreal.

Need help with something? Join us on Discord or the forums.

This project is based on the Blueprint Input level in the Content Examples project and is meant to show the difference between making something in Blueprint versus making something in TypeScript for Unreal.

Downloads

Please note that currently...

  • TSU is in alpha
  • TSU has only been tested with Unreal Engine 4.22
  • You can not use TSU outside of Win64 editor builds
  • You can not use TSU in packaged/cooked builds
  • There will be breaking changes in upcoming versions

Hopefully all of these issues will be resolved soon, but please be aware of them before downloading.

If you still want to try it, head over to Releases.

Building

(This only applies if you're not using the pre-built binaries found in Releases).

  • Make sure you have Visual Studio installed.
  • Clone this project recursively...
    • git clone --recursive https://github.com/mihe/tsu-examples.git TsuExamples
  • Build from Visual Studio...
    • Generate project files from the context menu of the .uproject file
    • Set configuration to Development Editor
    • Set platform to Win64
    • Run Build Solution from the Build menu
  • OR build from command-line...
    • UnrealBuildTool.exe "C:\Path\To\TsuExamples.uproject" TsuExamplesEditor Win64 Development

License

This project is licensed under the 3-clause BSD license. See the LICENSE file for details.

About

Examples showcasing TypeScript for Unreal

License:Other


Languages

Language:TypeScript 66.4%Language:C++ 26.7%Language:C# 6.1%Language:C 0.8%