#Need Help with Thread
1 messages · Page 1 of 1 (latest)
Are you using some sort of C# package?
Whatever you are using it seems like it is running on another thread and you can't access unity functions off the main thread
im using dryWetMIDI
which is also in unity asset store
from where i got it
it's simple situation
i got GameObject as Prop
and i try to access it
im not using threads to do this, no mutex, no lock
well the package internally must be and is calling OnNotesPlaybackStarted (presume it is that function) off the mainthread
it's event