Skip to content

Instantly share code, notes, and snippets.

View basisbit's full-sized avatar
:octocat:
eat, sleep, code, repeat

Stefan basisbit

:octocat:
eat, sleep, code, repeat
  • Germany
View GitHub Profile
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]
using UnityEngine;
public class Waveform : MonoBehaviour
{
private Material material;
private float[] samples;
private void Start()
{
material = GetComponent<Renderer>().material;