This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: no texture type for LoadingStaticAnimation found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic1Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic2Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic3Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic4Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic5Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic6Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic7 found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic7Avatar found. [TTheme.ThemeLoadStatic] | |
ERROR: no texture type for NamePlayerSelectStatic8 found. [TTheme.ThemeLoadStatic] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
public class Waveform : MonoBehaviour | |
{ | |
private Material material; | |
private float[] samples; | |
private void Start() | |
{ | |
material = GetComponent<Renderer>().material; |