NodeMarkup icon indicating copy to clipboard operation
NodeMarkup copied to clipboard

Compilation error in UnifiedUI API [Implemented/Ready to merge]

Open DeznekCZ opened this issue 2 years ago • 1 comments

Fix for future versions This error is caused because o nonexistence of API of Unified UI. This Issue will it fix for next updates

DeznekCZ avatar Oct 22 '21 20:10 DeznekCZ

Hi MacSergey,

I have created update for mod commons. For working update are required to add these 3 lines to Tool definitions:

public override string Mod_Description => Localize.Mod_Description;
public override string Mod_Group => "MacSergeyMods";
public override Texture2D UUIIconTexture => Assembly.GetExecutingAssembly().LoadTextureFromAssembly("UUIButton");

NodeMarkup (Intersection Marking Tool), NodeController30 (Node Controller Renewal)

And reduce Toolbar image to single with transparency to be able to use new type of implementation UUIButton NodeController30 (Node Controller Renewal) UUIButton NodeMarkup (Intersection Marking Tool) .

DeznekCZ avatar Oct 22 '21 23:10 DeznekCZ