Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Still no cursor on my end... TwT 

Also, what sort of SORCERY is this? On the plugin download page, it says 2.1.1. Once downloaded, THE CODE CHANGES BACK to 2.1.0. Furthermore, if I edit the version number, its still counted as '2.1.0' once inside the F9 menu (so not even the engine counts it as 'true' 2.1.1). Just to be sure, like last time, I did a project duplicate, erasing ALL but your plugins. 


(+1)

It could be due to browser caching. Try force-reloading the browser tab when you are about to download the plugin.

The version number appears twice. First, in the plugin header (as seen in your screenshot) but this info is only for you to read it in the plugin manager. Second, the version number also appears just below the plugin header:

var Imported = Imported || { };
Imported.MK_UICustomizer = '2.1.1';

This is where the code actually reads the current version number.