#Hey guys,

1 messages · Page 1 of 1 (latest)

ornate pendant
#

Can you provide a bit more info on where you're seeing this error?

opal skiff
#

Hey, okay so

#

Basically somehow unity cannot find the plugin while I'm building the apk, but It can be found during the development by IDE

#

I'm also using Scripting Define Symbols

#if HUAWEI_STORE
using HmsPlugin;
#endif
ornate pendant
#

It could be an issue with the scripting defines. Can you try removing the define around your using and see if that makes the problem go away?

opal skiff
#

I did, but it still gives off the error while building :/

ornate pendant
#

Is any more info provided with the error message?

opal skiff
#

No just the:

"The type or namespace name 'HmsPlugin' could not be found (are you missing a using directive or an assembly reference?"

Also I get the same message for another class: HuaweiConstants which is from the same plugin

#

The problem is it works for my colleagues, but I have some problems with it, have no idea why

ornate pendant
#

Are you using the exact same project as your colleague?

#

You could try checking the plugins to make sure they're selected for the platform you want to build.

opal skiff
#

I'm so confused