redxdev / SupertalkSample

Sample project for Supertalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supertalk Sample

Small sample project for Supertalk. You must download the latest version of the plugin at https://github.com/redxdev/Supertalk and place it in Plugins.

This is only setup to work with UE5 but should work with UE4 with minor modifications to this project's code + Supertalk itself. You will need to create a new level and reimport starter content as UE4 is unable to open UE5 assets.

This is a very simple sample project that doesn't implement any UI or anything - it simply prints out lines from the script via AddOnScreenDebugMessage.

Running the Sample

Build the project, then run the Unreal Editor. Click play and watch the debug text at the top left (or the message log).

All supertalk-relevant code is within ASampleSupertalkPlayer. The script that is being executed is /Game/SampleScript, the source to which can be found in Content/SampleScript.sts.

About

Sample project for Supertalk

License:MIT License


Languages

Language:C++ 81.7%Language:C# 17.0%Language:C 1.3%