GameAnalytics / GA-SDK-ROBLOX

Repository for GameAnalytics Roblox SDK
MIT License
68 stars 45 forks source link

Naming conflict in latest release (2.2.3) #124

Open RyanChang25 opened 7 months ago

RyanChang25 commented 7 months ago

When installing the latest release using Wally, it seems that within the GameAnalytics index there seems to be both a LocalScript named GameAnalyticsClient, and a ModuleScript named GameAnalyticsClient.

The index sdk initializer references and requires GameAnalyticsClient, since there is two of them it gets one at random.

Requiring the incorrect script throws an error.

Please remove the unneeded GameAnalyticsClient LocalScript, since we have a ModuleScript version of it already, or rename it to prevent naming conflicts.