admin管理员组

文章数量:1410725

I need it because i'm trying to make a multiplayer game and my other laptop is a MacBook so it takes too much time to transfer the project files and get package from MacBook to testing a little change.

I search in internet but i cant find a way to do that.Is there any way that i can add MacOs package option to my windows computer too ?

I need it because i'm trying to make a multiplayer game and my other laptop is a MacBook so it takes too much time to transfer the project files and get package from MacBook to testing a little change.

I search in internet but i cant find a way to do that.Is there any way that i can add MacOs package option to my windows computer too ?

Share Improve this question asked Mar 5 at 19:14 Barış AyıkBarış Ayık 72 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

If you want to package UE5 games for Mac, you must do so on a Mac.

Windows can only package games for Windows and for Linux. It cannot package games for Mac.

What you really want to do is to use source control, like Git or Perforce (or another SCM). This makes it very easy to share the code on multiple machines.

To reduce the time it takes you personally, you could also take a look at continuous integration techniques, but those can be expensive. CI trades money for time.

本文标签: Is it possible to get package at unreal engine 54 in windows for macStack Overflow