Skip to content

AdjustSettings causes an un-referenced script error #341

@Moe-Baker

Description

@Moe-Baker

AdjustSettings.cs is an editor script since it's a part of the AdjustSdk.Editor assembly.
The AdjustSettings.cs is a scriptable object used to store Adjust's editor-only build settings.

But since it's stored in a Resources folder, it will automatically be included in any built player, and later on, invoking a Resources.LoadAll() command will cause a warning of The referenced script (Unknown) on this Behaviour is missing!.

I spent a whole 3 hours tracking the source of this warning in my builds. Please fix it.
It seems like you are not even loading it via a Resource.Load operation, so just keep the default outside of a Resource folder, please.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions