How to add a Gem as dependency of another Gem?

0

I'm using Ly 1.13 Beta

My component (inside my Gem) need to use EmotionFx

so I guess I have to add EmotionFx as dependency for my Gem, but I can't find any way to do this with Lumberyard Project configuration.

질문됨 6년 전251회 조회
4개 답변
0
수락된 답변

I guess we need to edit the Dependencies in the file gem.json. Check this example.

Then I guess we need to re-create the VS project so the changes apply, with this cmd (assume the project name is Empty_Project

C:\Amazon\Lumberyard\LumberyardSDK\dev\Tools\LmbrSetup\Win>lmbr.exe projects create_vs_solution Empty_Project
답변함 6년 전
profile picture
전문가
검토됨 한 달 전
0

I can't we just use "lmbr_waf configure" to apply the changes?

답변함 6년 전
0

Have you even tried before asking me that? "lmbr_waf configure" (in Ly 1.13 Beta) doesn't work, I see it did read the file gem.json, but it didn't update (I guess) the VS project.

답변함 6년 전
0

But here it said:

                              In a command line window, run the following to generate the Visual Studio solution:
lmbr_waf configure

답변함 6년 전

이 게시물은 마감됨: 새 답변, 댓글 및 투표 추가가 비활성화되었습니다.

관련 콘텐츠