Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.59 KB

Setup_Unity.MD

File metadata and controls

25 lines (19 loc) · 1.59 KB

TikTokLiveUnity v1.2.1

Installing the Project in Unity

WebP-Support

Some of the Images supplied by TikTokLive are in the WebP-format. This format is not supported by Unity by default. A library can be added to the project to resolve this. Click (TikTokLive -> Setup -> Install WebP-Support) in the Menu of the Unity-Editor after importing the library to automatically add this package to your project.

The WebP-Library is provided AS-IS with no warranty.

Samples

An example showing the library in action is available. If the library has been installed via the package manager, you can import this example into your project by selecting the Package in the Package Manager Window and clicking "Import" next to the TikTokLive Example

Downloading the Source Code

Download the TikTokLiveUnity-SourceCode from the Releases-Page

Downloading directly from GitHub-Source

When downloading the main-branch, the folder will contain both TikTokLiveSharp and TikTokLiveUnity-assets. To resolve this, combine Base.gitignore & TikTokLiveUnity.gitignore into a new .gitignore. Then overwrite the existing gitignore with this file. You can delete all files then discard that deletion to ensure no TikTokLiveSharp-assets remain.