SVG to PNG

This commit is contained in:
klemek
2020-12-22 11:37:35 +01:00
parent 972a689d9c
commit 0c64c185ab
91 changed files with 2941 additions and 1431 deletions
-2
View File
@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Unity.VectorGraphics;
using UnityEngine;
using UntitledLogicGame.Workspace;
@@ -148,7 +147,6 @@ namespace UntitledLogicGame
if(_currentCursor != cursor)
{
//TODO Invalid texture used for cursor - check importer settings or texture creation. Texture must be RGBA32, readable, have alphaIsTransparency enabled and have no mip chain.
Cursor.SetCursor(cursor, position, CursorMode.Auto);
_currentCursor = cursor;
}