Skip to content

Crashes on injecting into TABG #5

Description

@lRoberth

This is my current .dll code (x64):

using System;
using UnityEngine;

namespace Stuff
{
    public class Loader : MonoBehaviour
    {
        public void Hello()
        {
            
        }
    }
}

It's only for testing, and shouldn't happen anything on injection. These are my injection settings:

Namespace: Stuff
Class: Loader
Method: Hello
[ ] Hide from AssemblyLoad Callback (Experimental)

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions