Compile errors in trial version

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Compile errors in trial version

Re: Compile errors in trial version

by caitsithware » 2024/11/21 14:00

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.

Compile errors in trial version

by SRx734 » 2024/11/21 13:45

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?)

Top