Library
Foundation of AceLand Unity Packages
In One Line
Unity development: Upgraded and enchanted!
Package Info
display name
AceLand Library
package name
com.aceland.librarylatest version
2.0.7
namespace
AceLand.Librarygit repository
dependencies
com.unity.mathematics: 1.3.2
com.github-glitchenzo.nugetforunity: 4.5.0
com.unity.nuget.newtonsoft-json: 3.2.1This package includes utilities, extensions, unity editor tools, attributes, etc. We are keep updating useful functions and tools to it.
If you have any enquiries on this package, please kindly leave an message on the repository issue page.
About Foundation
Library serves as the foundational package that provides essential tools, utilities, and core functionalities used across our entire package ecosystem. As the backbone of our architecture, all other packages are built upon and depend on this library.
For optimal dependency management and seamless integration, we strongly recommend following our Installation guide before incorporating any other packages. This ensures proper setup and maintains consistency across your project's architecture.
Project Settings
System Root
System Root of Application will use.
default: LocalAppData
Customer Folder
By selecting Custom in System Root, and input the customer folder.
System Root Path
Full system path of current setting
Temp Root Path
Full temp path of current setting
How to get it
// get System Root Path
var root = ALib.SystemRootPath;
// get Temp Root Path
var temp = Alib.TempRootPath;Usage
// create the file with path
System.IO.Path.Combine(root, "MyFile.txt");API
// base API
ALib
// other properties and functions
ALib.Property;
ALib.Functions();Last updated