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

TagManagement does not exist in the namespace CallumP #1

Closed
lxpk opened this issue Aug 17, 2021 · 1 comment
Closed

TagManagement does not exist in the namespace CallumP #1

lxpk opened this issue Aug 17, 2021 · 1 comment

Comments

@lxpk
Copy link

lxpk commented Aug 17, 2021

With 2.10 I get this error (both from master and after importing the package):
Assets\TradeSys\Controller.cs(5,15): error CS0234: The type or namespace name 'TagManagement' does not exist in the namespace 'CallumP' (are you missing an assembly reference?)
Assets\TradeSys\Example\CreatePostsTraders.cs(3,15): error CS0234: The type or namespace name 'TagManagement' does not exist in the namespace 'CallumP' (are you missing an assembly reference?)
Assets\TradeSys\Controller.cs(508,16): error CS0246: The type or namespace name 'ObjectTags' could not be found (are you missing a using directive or an assembly reference?)
Assets\TradeSys\Controller.cs(78,9): error CS0246: The type or namespace name 'TagManager' could not be found (are you missing a using directive or an assembly reference?)
Assets\TradeSys\TradePost.cs(30,16): error CS0246: The type or namespace name 'TagManagement' could not be found (are you missing a using directive or an assembly reference?)
Assets\TradeSys\Trader.cs(34,16): error CS0246: The type or namespace name 'TagManagement' could not be found (are you missing a using directive or an assembly reference?)
I'm using Unity 2019 LTS if that helps. But it seems like there's a missing dependency. Do I need to add this to the purchased package to get it to work? That isn't available now.

Also, TradeSys looks amazing and thank you for making it even if you can't continue working on it fully now. Quite an achievement.

@lxpk lxpk changed the title TagManagemetn does not exist in the namespace CallumP TagManagement does not exist in the namespace CallumP Aug 17, 2021
@lxpk
Copy link
Author

lxpk commented Aug 18, 2021

I found the notes in the manual to the missing package: https://assetstore.unity.com/packages/tools/utilities/tagmanagement-43204
Problem solved.

@lxpk lxpk closed this as completed Aug 18, 2021
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