Created
July 24, 2018 16:54
-
-
Save Split82/86cf4f760fd9f74509c8cdb79977e6c4 to your computer and use it in GitHub Desktop.
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
if (_audioSource.timeSamples >= _audioSource.clip.samples - 1) { | |
StopPlayingAndFinish(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment