Mr-Craig / AsyncTickPhysics

Access UE5s Async Physics event using C++ or Blueprints
76 stars 14 forks source link

Does not compile with 5.2 #8

Closed WilliamTys closed 1 year ago

Mr-Craig commented 1 year ago

Is it only when packaging your game?

WilliamTys commented 1 year ago

Hi. It occurs when packaging the plugin. I've integrated your plugin with another plugin which requires packaging in this way. I have tested packaging the ATP plugin in blank project not integrated with any other plugs and receive these errors.

Kind regards

On Tue, 04 Jul 2023, 14:05 Alex Craig @.***> wrote:

Is it only when packaging your game?

— Reply to this email directly, view it on GitHub https://github.com/Mr-Craig/AsyncTickPhysics/issues/8#issuecomment-1620124708, or unsubscribe https://github.com/notifications/unsubscribe-auth/BA77JWRMDH2JWWADM3QON5LXOQBKPANCNFSM6AAAAAAZ3XHZJM . You are receiving this because you authored the thread.Message ID: @.***>

Mr-Craig commented 1 year ago

I was able to package it for 5.2 just needed some header files added:)

WilliamTys commented 1 year ago

Thank you so very much! It packages perfectly!