Compile errors in trial version

SRx734
Posts: 1
Joined: 2024/11/21 13:39

Compile errors in trial version

Post by SRx734 »

Hello, I just tested trial version 1.5.1 in a new project created in Unity 6000.0.27f1 and got following errors:

Packages\com.caitsithware.logictoolkit\Builtin\Editor\InputSystem\InputActionEventEditor.cs(146,37): error CS0115: 'ControlValueTypeField.GetIconToDisplay()': no suitable method found to override

Packages\com.caitsithware.logictoolkit\Builtin\Editor\InputSystem\InputActionEventEditor.cs(156,34): error CS0115: 'ControlValueTypeField.GetValueToDisplay()': no suitable method found to override

Packages\com.caitsithware.logictoolkit\Builtin\Editor\InputSystem\InputActionEventEditor.cs(192,17): error CS0246: The type or namespace name 'PropertyTracker' could not be found (are you missing a using directive or an assembly reference?)

Packages\com.caitsithware.logictoolkit\Builtin\Editor\InputSystem\InputActionConstantContainerPropertyDrawer.cs(109,17): error CS0246: The type or namespace name 'InputFieldContainerElement' could not be found (are you missing a using directive or an assembly reference?)
User avatar
caitsithware
管理人
Posts: 90
Joined: 2024/03/26 01:56

Re: Compile errors in trial version

Post by caitsithware »

Thank you for reporting this.

We have confirmed that this error only occurs in the trial version.
We will fix this error in the trial version in a future update.
As a temporary solution, please disable InputSystem and use the conventional Input during the trial version.
Post Reply