Using C# in UE5 with UnrealSharp

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 10

  • @theman3282
    @theman3282 8 дней назад

    is the naming in uproject necessary now?, i dont see the instruction at the unrealsharp website

  • @challenges791
    @challenges791 2 месяца назад

    Pretty good thank you

  • @EXWildWolf
    @EXWildWolf 2 месяца назад

    How does this handle components/interfaces for decoupling game logic? I'm kinda debating using this for my next project.

  • @void9853
    @void9853 Месяц назад +1

    Isn't it better to use AngelScript? It is gameready and there are AAA projects using it (Talos 2, The Finals). Instant compilation (Hot Reload), speed according to my tests: pure mathematics is 30-40% faster than blueprints, spawning and deleting actors are several times faster.

    • @duroxxigar
      @duroxxigar  Месяц назад +1

      Not saying one is better than the other. That is up to the developer to decide which is better for them. There are drawbacks to the AngelScript fork though. Biggest one being that it is a fork. So you have to compile it yourself or wait for Hazelight to make a binary for you.
      Another thing is that marketplace plugins don't play nicely with it. You have to do more manual work to get them to work.
      It also doesn't support interfaces. So, if that is critical to your coding style, it is a big bummer.
      The really big thing with the C# plugin is just that. It is a plugin. No modifications needed. So if you have custom modifications to the engine, you have less friction to staying in sync with Epic's version of UE.
      That isn't to say the AS fork isn't worth it or wonderful! I love the fork personally. It being battle-tested is certainly a very good selling point of actually using it as well.

    • @void9853
      @void9853 Месяц назад

      @@duroxxigar I understand you. It's a pity that we have to make various compromises, I hope verse will change everything, although I don't believe it yet

    • @Shepherd1234
      @Shepherd1234 Месяц назад

      @@duroxxigar Ho yes good catch, I always thought AS was just a plug and play

    • @theman3282
      @theman3282 8 дней назад

      that thing is behemoth you surely provide 100GB to source build to use your set of market place plugins.