Skip to content

CRASH WITH UNITY EXTERN NAMES #178

Description

@pedrogabrielgd7-lgtm

idk but i tryed to use bnm in unity 6 and it cant find ou spawn objects or any type of unity

static GameObject* Find(std::string str){
        static auto Find = (GameObject*(*)(String*)) GetExternMethod("UnityEngine.GameObject::Find");
        return Find(CreateMonoString(str));
    }

W ByNameModding: Extern method UnityEngine.GameObject::Find isn't found. Please check the code.

IS THAT ERROR IN MY CMD PLS HELP ME

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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