Easily connect your Unity project to your WordPress website!WHAT ISUniWP (Unity WordPress) is a solution for connecting your Unity project to your WordPress website. Once they are in connection, from your Unity project you will be able to perform some common operations on WordPress. For example:register new users, check if an account exists and if it's logged in, get account information, delete a user, etc.;list all your registered users, list logged-in users, etc.list all your posts, get user's posts, get post details, delete a post, etc.;list all your media, get the user's uploaded media, delete a media, etc.;list and manage comments, etc;and so on...And the functionalities that are not implemented into UniWP can be created in PHP through a dedicated UniWP PHP framework.HOW IT WORKSUniWP consists of two elements:the UniWP WordPress plugin, which you have to install into your WordPress website;the UniWP Unity Asset, which you have to install into your Unity project.The UniWP plugin comes with a built-in set of functionalities for working with WordPress. These functionalities are REST APIs managed by the WordPress REST engine. This means that everything works through standard HTTP requests.In order to ensure a certain level of security, communications between the Unity project and WordPress are encrypted by a secret key (automatically generated by the UniWP plugin).EASILY EXTENSIBLEThe WordPress framework allows doing a lot of things. Moreover, installed plugins can introduce a new series of methods. For this reason, it is understandable that UniWP cannot cover all your needs. However, UniWP can be easily extended by adding new APIs and, therefore, new custom features.To make things as simple as possible, the UniWP plugin contains a custom class to simplify some parts of API development.FEATURESEasily connect your Unity project to your WordPress website.Manage users, posts, media, comments, etc.Develop new APIs to have full control of WordPress.Works with Windows, Mac, iOS, Android, WebGL, etc.MANUALHave a look at the online manual and see what UniWP can do for you!DEMOA Demo version of UniWP is available for evaluation purposes. You are invited to try the Demo before buying!UPDATE NOTEWhen you update UniWP to a new version remember to update the UniWP WordPress plugin too!