Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set Achievement Description

Like what your seeing?

Introduction

Reads the achievement name from the configured achievement

Definition

[RequireComponent(typeof(TextMeshProUGUI))]
public class SetAchievementDescription : MonoBehaviour

Fields and Attributes

Achievement

public AchievementObject achievement;

The achievement we should load for.

Methods

Refresh

Refresh the description.

Last updated