Контакты

Наибольший вклад в теги

Все теги (4)

Лучшие ответы пользователя

Все ответы (1)
  • UnrealEngine 4 + Python.Возможно ли?

    namaissur
    @namaissur
    stereoscopy, python, compositing, UE4, VR
    Можно а порой и очень даже нужно.. )

    ССЫЛКА НА ПЛАГИН

    This is a plugin embedding a whole Python VM (versions 3.x [the default and suggested one] and 2.7) In Unreal Engine 4 (both the editor and runtime).

    The Python VM tries to give easy access to all of the UE4 internal api + its reflection system. This means you can use the plugin to write other plugins, to automate tasks and to implement gameplay elements.

    It is not meant as a way to avoid blueprints or c++ but as a good companion to them (albeit reducing the amount of c++ required for coding a game could be an interesting thing ;). If your development pipeline is already python-based (Maya, Blender, ...), this plugin could easily help you in intgrating unreal into it.

    Another funny feature is that you can change your python code even after the project has been packaged. You can potentially build a completely new game from an already packaged one.
    Ответ написан
    Комментировать