-
Notifications
You must be signed in to change notification settings - Fork 9
Plugin Development
Jorteck edited this page Mar 18, 2022
·
6 revisions
These tutorials are for those new to developing plugins in Anvil and C# programming.
If you are a beginner, it is recommended to follow these tutorials in order.
- Setting up your development environment
- Introduction to C# - Try the interactive web tutorials!
- Creating an empty plugin - Visual Studio, Visual Studio Code, Rider
- Plugin Service Basics
- Subscribing to Game Events
- Bundling Resources with your Plugin