Palette Importer for Lospec
YesDev
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/21(2023) |
0.0 |
11/13(2024) |
0.0 |
Jump AssetStore
This asset imports color palettes from "Lospec.com" into Unity projects. The user can select URL, choose to create color palette or scriptable object, streamlining asset creation process.This package is a must-have for any Unity developer working on a game project. It allows you to easily import custom color palettes from the lospec website, which is a great resource for game developers.With this package, you can pick a palette that fits the art style and mood of your game, whether it's a retro-style platformer, a pixel art adventure game, a colorful puzzle game, or a realistic 3D game.This package also allows you to create either a color palette file or a scriptable object, giving you flexibility in how you use the palette in your game. This package is a great time saver and will help you to achieve a polished and cohesive look for your game.The package is built for Unity3D, and works with Unity versions 5.x and later. -The package uses C# to handle the HTTP requests and JSON parsing. The package uses Unity's built-in JsonUtility class to deserialize the JSON data from the lospec website. The package provides a custom EditorWindow class that allows developers to input a URL and select options to create a color palette file or a ScriptableObject. -The package generates a color palette file in the YAML format, which can be imported as a preset in Unity's color picker. The package also creates a scriptable object that contains the color palette information and can be used in the game script. -The package utilizes Unity's EditorGUI layout system to create the user interface in the editor window. The package uses the MenuItem attribute to add a menu item "Tools/Lospec Palette" in the Unity editor, which allows developers to access the package's functionality.