Resource icon

FerndaleTuner 0.13

Login or Register an account to download this content
Excelent Mod. I'd like to do a similar mod. Can you help me? How do I find the list of gameobjects names for moddifi?

For example, a mod to choose the tool without going into the toolbox.

I am C # (web) developer, but I have no knowledge about Unity.
ajanhallinta
ajanhallinta
Thanks!

You can use foreach loop and ModConsole.Print to find out GameObject names. One approach could be like:

GameObject[] gos = GameObject.FindObjectsOfType<GameObject>();

foreach(GameObject go in gos) {
ModConsole.Print(go.name);
}
Good. Can i publish this mod in VK? I leave a link of course
ajanhallinta
ajanhallinta
You can post all my mods from this page. Link is appreciated :)

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top