Answers for "unitydont play sound until finsihed"

C#
0

unitydont play sound until finsihed

if (!source.isPlaying)
{
	source.Play(0);
}

//source.isPlaying returns true
//
Posted by: Guest on January-19-2020

C# Answers by Framework

Browse Popular Code Answers by Language