• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

can't use System.Threading.Tasks

Learning Guy

New member
Joined
Dec 31, 2024
Messages
3
Reactions
0
it seeams that System.Threading.Tasks is unavailable in vam.i don't know how to use tasks in vam and why i can't use it.
 
Various things such as networking and file access are locked out from use for security reasons. Makes it harder for malicious people to make VaM plugins containing malware. Likely Threading is among those things being locked out, too.
 
a...
that System.Threading.Tasks is unavailable in vam.i don't know how to use tasks in vam and why i can't use it.
Various things such as networking and file access are locked out from use for security reasons. Makes it harder for malicious people to make VaM plugins containing malware. Likely Threading is among those things being locked out, too.
I see,Thank you . :cry: I originally intended to interact with my other plugins through the internet to make it easier to expand their functionality. But it doesn't seem feasible anymore.
 
Back
Top Bottom