mochi-neko / voice-activity-detection-unity

A voice activity detection (VAD) library for Unity.
MIT License
44 stars 6 forks source link

Create fields #2

Open DairexLord1 opened 6 months ago

DairexLord1 commented 6 months ago

I am trying to attach namespace to a new created script, but unity does not see it But it is working in provided sample scripts Moreover , when I am trying to modify and create field of my type (exmp : public MyScript myscript) , unity can not find the reference name How to fix this trick ?)