class library

About this tag
The class library tag on WindowsForum.com covers content related to creating and using class libraries in the context of Windows development. A featured thread discusses building a custom plugin for Unity games that integrates Universal Windows Platform (UWP) functionalities. The process involves creating a class library project in Visual Studio targeting .NET 4.6 and Windows Universal, then structuring it within Unity's plugin folders. This tag is relevant for developers working with .NET, UWP, and Unity who need to extend functionality through reusable class libraries.
  1. News

    Combining Windows 10 features with Unity games in your own plugin

    In case you're curious how to add Universal Windows Platform functionalities that isn't already covered with Unity APIs or with existing plugins - here is how you can write your own plugins targeting UWP. Edit: one little correction, instead of checking all boxes for the stub plugin, just...
Back
Top