Page cover image

Set Achievement Description

Like what your seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

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

public void Refresh()

Refresh the description.

Last updated