Open TechDevOfficial opened 1 year ago
Hi, please consider using Github formatting when submitting code.
Example:
// prints to unity console (not for mods)
Debug.Log("debug");
Also, I don't understand the exact problem because the code is fine.
Please detail your Among Us installation's version name, which version of DillyzRoleApi you're using, where the problem lies (ie. loading or functionality), and verify your mod's new versions are in game.
okay. then i have many roles in two different dlls and they all work except 1. I use among us 2022.12.14i build and my problem is in a role. i can select the role but the game don't show abilities
and i use the latest version of your api
I would like to create a mod bundle, but I can't get the one in my bundle to work
i have a problem using multiple roles. I have a lot of roles in my mods folder. All work but one only work if there isn't any mod. Here's my code but how to make work all? using BepInEx; using BepInEx.IL2CPP; using DillyzRoleApi_Rewritten; using HarmonyLib; using UnityEngine; using UnityEngine.UI;
namespace HackerBuonoVSHackerCattivo { //Custom Url | Mod name | Version [BepInPlugin("com.github.TechDevOfficial.HackerBuonoRole", "Hacker", "1.0")] [BepInDependency(DillyzRoleApiMain.MOD_ID)] public class HackerBuonoVSHackerCattivoMain : BasePlugin {
}