Changes

UBIK Plugin Design

745 bytes added, 10 March
/* Usage */
=== Adding other objects to the configuration ===
In the initial version of this feature, we're assuming that your MetaClasses are the center of your customizing; everything else will be detected as a dependency of those. E.g., if you're using a MetaProperty in a MetaClass you related to the Plugin Design Configuration instance, it will also be contained in the generated C# solution. The same is true for all other (supported) kinds of objects. The Plugin Design feature is subject to active development.
 
 
 
 
 
 
 
 
=== Exporting a C# solution for the plugin ===
This will increase the plugin version (revision), generate the C# solution and prompt the user with a save dialog for a respective .zip archive.
[[File:PluginResult.png|300px|thumb|Resulting C# solution in Visual Studio]]
 
=== Next steps ===
The generated solution can be opened using Visual Studio.
You can build the C# project contained in the solution and deploy the resulting plugin DLL to your target system's injection folders.
However, you can also use the generated solution code as a basis for further development and push it into a Git repository, for example.
Further, you could set up some DevOps infrastructure for automatic building, testing and deployment - it's up to you.
 
[[Category:Actions|UBIK Plugin Design]]
[[Category:Coding|UBIK Plugin Design]]
[[Category:How-To|UBIK Plugin Design]]
[[Category:Module|UBIK Plugin Design]]
[[Category:Plugin|UBIK Plugin Design]]
[[Category:Studio tools|UBIK Plugin Design]]
[[Category:Version 5.0|UBIK Plugin Design]]
== Supported capabilities and roadmap ==
1,934
edits