v0.1.0_alpha.11
Pre-release
Pre-release
- Added
debugOutput
, which is a function taking aString
as a parameter when initianlizing a newUnityAssetManager
instance. It is used to redirect the debug information; by default, it does nothing. Before this version the information was printed instdout
.- If you still want to use
stdout
, just pass::println
, like thisUnityAssetManager.new(..., debugOutput = ::println)
- If you still want to use