Can someone help me with obtaining the take number in a unity script? I can’t seem to be able to instantiate the RecorderSettings as it is an abstract class. Any code that can obtain the take number would be great.
Hello rchia013
You need create a class that inherits since this class is abstract. You could take a look at the samples. They contain example on how to use recorder from scripts.
Let us know if this helps