My Texture packer which I use for poiyomi was working fine some days ago, now all it does is creating purely black images.
Console outputs the following error message:
Compute shader (ThryTexturePacker): Property (Inputs_0_) at kernel index (0) is not set
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Thry.ThryEditor.TexturePacker.Packer:Pack (Thry.ThryEditor.TexturePacker.TexturePackerConfig) (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/Packer.cs:169)
Thry.ThryEditor.TexturePacker.NodeGUI:Pack () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:1000)
Thry.ThryEditor.TexturePacker.NodeGUI:InitilizeWithData (Thry.ThryEditor.TexturePacker.TexturePackerConfig,UnityEditor.TextureImporter) (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:90)
Thry.ThryEditor.TexturePacker.NodeGUI:Open () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:65)
Thry.ShaderEditor:MenuTexturePacker () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/ThryEditor.cs:1121)
What could this mean?
My Texture packer which I use for poiyomi was working fine some days ago, now all it does is creating purely black images.
Console outputs the following error message:
Compute shader (ThryTexturePacker): Property (Inputs_0_) at kernel index (0) is not set
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Thry.ThryEditor.TexturePacker.Packer:Pack (Thry.ThryEditor.TexturePacker.TexturePackerConfig) (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/Packer.cs:169)
Thry.ThryEditor.TexturePacker.NodeGUI:Pack () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:1000)
Thry.ThryEditor.TexturePacker.NodeGUI:InitilizeWithData (Thry.ThryEditor.TexturePacker.TexturePackerConfig,UnityEditor.TextureImporter) (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:90)
Thry.ThryEditor.TexturePacker.NodeGUI:Open () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/TexturePacker/NodeGUI.cs:65)
Thry.ShaderEditor:MenuTexturePacker () (at Assets/_PoiyomiShaders/Scripts/ThryEditor/Editor/ThryEditor.cs:1121)
What could this mean?