Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler can't find ItemArgs #138

Open
utahman opened this issue Jan 10, 2025 · 0 comments
Open

Compiler can't find ItemArgs #138

utahman opened this issue Jan 10, 2025 · 0 comments

Comments

@utahman
Copy link

utahman commented Jan 10, 2025

While compiling Assets\Battlehub\RTEditor\Runtime\RTEditor\Legacy\Dialogs\AssetLibrarySelectDialog.cs
it says it can't find what is ItemArgs in this line:
private void OnItemDoubleClick(object sender, ItemArgs e)

The definition of ItemArgs is in:
Assets\Battlehub\UIControls\Scripts\ItemsControl.cs
public class ItemArgs : EventArgs

And that is only one error out of 115.
Using version 4.5.1 from Dec 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant