Skip to content

Instantly share code, notes, and snippets.

@Mike-Schvedov
Mike-Schvedov / SelectionManager.cs
Created August 29, 2024 12:39
Selection Manager - Survival Series Episode 3
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class SelectionManager : MonoBehaviour
{
public GameObject interaction_Info_UI;