Skip to content

Fix missing using statement on template file#56

Merged
mewlist merged 1 commit intomewlist:mainfrom
ripandy:fix/template
Nov 20, 2024
Merged

Fix missing using statement on template file#56
mewlist merged 1 commit intomewlist:mainfrom
ripandy:fix/template

Conversation

@ripandy
Copy link
Contributor

@ripandy ripandy commented Nov 17, 2024

When creating a script from context menu Create > Doinject > Binding Installer Component C# Script, the generated .cs file had a missing using statement and generates compile error by default.

Fixed by adding using UnityEngine; statement on template file.

@mewlist mewlist merged commit f544f53 into mewlist:main Nov 20, 2024
@mewlist
Copy link
Owner

mewlist commented Nov 20, 2024

Accepted.
Thank you for contribution.

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

Successfully merging this pull request may close these issues.

2 participants