Skip to content

Instantly share code, notes, and snippets.

@fairinrenish
fairinrenish / gist:da233147657e563d45ac3f7a8ffde398
Created July 24, 2018 15:55
Slider Volume updation after returning to main menu from a different scene
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SliderVolumeValue : MonoBehaviour {
static SliderVolumeValue instance = null ;
private void Awake()
{