Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Injection failed: mono_class_from_name() returned NULL + GAME CRASH #12

@ZeeDEU

Description

@ZeeDEU

``
using System;
using UnityEngine;

namespace InjectUnityBased
{
public class ForceLoader
{
public static GameObject loadobject;

    public static void Init()
    {
        loadobject = new GameObject();
        loadobject.AddComponent<ForceCheats>();
        UnityEngine.Object.DontDestroyOnLoad(loadobject);
    }

    public static void Unload()
    {
        UnityEngine.Object.Destroy(loadobject);
    }
}

}
``

pls i need to fix that :/

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