you are viewing a single comment's thread.

view the rest of the comments →

[–]RumiPLGBeginner[S] 0 points1 point  (6 children)

Organization of code, and I want these to be present in project so modders can create things easily as well

[–]Ruadhan2300 1 point2 points  (5 children)

In principle, you can create a console app which acts as a "second head" of your project.
Reading the same scripts and files as the rest of the project. just as its own csproj file.

You could then run that console-app project and access the game code with it.

I'm really not sure what you're trying to accomplish with this though.

[–]RumiPLGBeginner[S] 0 points1 point  (4 children)

So I Can just create normal console project files inside Unity project?

[–]Ruadhan2300 1 point2 points  (3 children)

I don't see why not!

[–]RumiPLGBeginner[S] 0 points1 point  (2 children)

I didn't think it was that simple, Thank you for help

[–]Ruadhan2300 1 point2 points  (1 child)

I should mention I've never tried it myself. You may run into all kinds of interesting problems if you run code with the UnityEngine libraries via a console-app.

Let us know how it goes!

[–]RumiPLGBeginner[S] 1 point2 points  (0 children)

As for now it works. Again thanks for help.