Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: rmonic79 on Mon 08/05/2017 14:02:58

Title: ags to unity porting [SOLVED]
Post by: rmonic79 on Mon 08/05/2017 14:02:58
Hi guys someone experienced it, just in case what assets you used for it?
Title: Re: ags to unity porting
Post by: Crimson Wizard on Tue 09/05/2017 16:20:21
I know there is Adventure Creator for Unity (https://www.assetstore.unity3d.com/en/#!/content/11896), a kind of AGS-like framework, but it is not free.

You need to keep in mind, that AGS game and Unity are not compatible in any way except for graphic and media assets. You will have to remake everything, all scripts, even if you are using some game framework (And if not, that might be more months of coding basic adventure game behavior).

Title: Re: ags to unity porting
Post by: rmonic79 on Tue 09/05/2017 20:47:04
Quote from: Crimson Wizard on Tue 09/05/2017 16:20:21
I know there is Adventure Creator for Unity (https://www.assetstore.unity3d.com/en/#!/content/11896), a kind of AGS-like framework, but it is not free.

You need to keep in mind, that AGS game and Unity are not compatible in any way except for graphic and media assets. You will have to remake everything, all scripts, even if you are using some game framework (And if not, that might be more months of coding basic adventure game behavior).

thanks ;)