My feedback from LY 1.25.0

0

----- First review -----

My Monitor is not support HD or Full HD , so I can not Resize Launcher windows ๐Ÿ˜Š REMOVEDUPLOAD REMOVEDUPLOAD

1-When I click on the Launcher button ,LY Editor opens at first glance like this shot , I click on Maximize button in editor , The problem is solved , anyway UI 2.0 is Very Good.

2-Starter Game 2.0 loads 2x or 4x faster than the previous version and looks faster, this is really good! REMOVEDUPLOAD

3- AI Enemies follow/Find Valena Player so it is GREAT ๐Ÿ˜ FPS is medium & it is not to bad , but it is not >60 โœ…

REMOVEDUPLOAD

4- when I open Script Canvas Editor , I see this shot and I can not see the Maximize /Minimize / Close buttons , Script Canvas editor size greater than my monitor resolution size ๐Ÿ˜‘ cause my monitor resolution size is 1366*768 ๐Ÿ˜

REMOVEDUPLOAD

I added new files , then I saw Legacy Raycast & other Legacy systems exist is Stater Game , NOW , I do not have to go to another sample like sample project, It's really a surprise, THANK YOU LY TEAM ๐ŸŒน :star_struck: cause I do not need to compile gems related to Legacy Raycast & other Legacy systems. REMOVEDUPLOAD

5- Bugs related to trigonometric ratios have not been fixed in script canvas LY 1.25, like cos , this shot shows this bug ๐Ÿ˜‰ we know cos(90 degree) is zero ,please see ๐Ÿ‘‡ I need to correct value trigonometric ratios function , Rotating or floating to keep flying objects like UFOs in the sky with trigonometric ratios ๐Ÿฅบ http://programmedlessons.org/VectorLessons/vch07/vch07_5.html#:~:text=the%20cosine%20of%2030%C2%B0,cosine%20of%2090%C2%B0%20%3D%200.0. REMOVEDUPLOAD

๐Ÿ’ก ๐Ÿ‘‡ ๐Ÿ‘‡ ๐Ÿ‘‡ https://forums.awsgametech.com/t/surprise-an-envelope-full-of-terrible-bugs-in-script-canvas/7993

I will publish more details about LY 1.25 soon here , in this topic

. . . . . . .

----- Second review ----- 01-Water Volume is good not Great , I think Water volume is not complete , need to Improvement ๐Ÿ’ฏ% REMOVEDUPLOAD

02-Looks like Water ripple generator component does not work , Am I wrong? :roll_eyes: if no ,a member of LY Team , please make a video tutorial about water volume component & Water ripple generator component ๐Ÿ˜Š REMOVEDUPLOAD

I did all steps & this quote about this two component ๐Ÿ™‚ [quote="microAMZN, post:7, topic:8108"] Iโ€™m sorry itโ€™s taken so long to get a response to this. I am trying to work through this without documentation so thanks for your patience. I have not yet been able to figure out how to set up the ripple effect. I can tell you a few things.

  • The water ripple component is compiling in 1.25.
  • The water ripple component should only work with water volume, not infinite ocean.
  • The water volume component only seems to work with a box or polygon prism shape.
  • The water volume component requires you to set a water volume material. We have only one suitable water volume material that ships with Lumberyard. It is located in dev/gems/StarterGame/Emvironment/Assets/Materials/Water/WaterVolumes/water_forest_a.mtl [/quote]

03- looks like , in script canvas valena character is not a float number jump variable global , valena can not jump on gound or to sky ๐Ÿ˜ฌ Am I wrong?

REMOVEDUPLOAD

. . . . . . . . .

----- review 03 ----- I suggest to Script Canvas Team , for fix bugs related to math functions of trigonometric ratios like sin, cos , etc ๐Ÿง ๐Ÿ™‚ please see this issue ๐Ÿ‘‡

REMOVEDUPLOAD

https://en.wikipedia.org/wiki/Taylor_series

https://en.wikipedia.org/wiki/Trigonometric_functions

asked 4 years ago168 views
34 Answers
0

[quote="_AhmadKarami, post:1, topic:9154"] 03- looks like , in script canvas valena character is not a float number jump variable global , valena can not jump on gound or to sky ๐Ÿ˜ฌ Am I wrong? [/quote]

Yes, that's correct. Would you like Valena's jump to be more like a float variable where you define the jump height in meters? That would be pretty cool! Right now it's just either jumping or not jumping. The jump height it based on the jump animation so is artist driven.

answered 4 years ago
0

[quote="Gene, post:2, topic:9154"] Yes, thatโ€™s correct. Would you like Valenaโ€™s jump to be more like a float variable where you define the jump height in meters? That would be pretty cool! Right now itโ€™s just either jumping or not jumping. The jump height it based on the jump animation so is artist driven. [/quote]

Hi @REDACTEDUSER I only see the jumping animation and there is no jump based on the meter variable, I looked quickly at the Script Canvas, am I wrong? ๐Ÿ˜Š

answered 4 years ago
0

You are correct, there is no jump based on the meter height, but that would be cool. It's possible to update the animation graph and script canvas. Maybe for special jumps above a certain height we could make a new animation for "going up" and one for "going down"... sort of like a super jump.

answered 4 years ago
0

[quote="_AhmadKarami, post:1, topic:9154"] ----- review 03 ----- [/quote] I added review 01 , review 02 and review 03 (Post #1) ๐Ÿ‘†

. . . . . . . .

----- review 04 ----- I implement a script canvas that my robot follow me(Player) but My robot is Big scale , when I use Actor Component & AnimGraph Component , I can NOT Re-change Scale My Robot ๐Ÿ˜ณ (big scale to small scale in the game) , plus Even rechange scaling with a script canvas is impossible when the static parameter is not active. , I tried for FBX setting & Transform Component (Scale Parameter) but result is nothing , does not work , I'm wrong?

REMOVEDUPLOAD REMOVEDUPLOAD

I even used the static parameter for My robot, it works and my robot is small , I want my robot be small but the my robot can not move towards me(player) , when I enabled static paramter to true value in entity inspector window, my robot do not follow me, and the my robot stays there with a small size (No movement but animation runs) ๐Ÿ˜ญ Even the LookAt component/Script Canvas for follow my robot to player , does not work because the static parameter is active(true value) ๐Ÿฅบ

REMOVEDUPLOAD . .

my robot do not follow me(player) in this shot ๐Ÿ‘‡ the static parameter is active(true value) โœ… REMOVEDUPLOAD .

answered 4 years ago
0

[quote="Ajia, post:6, topic:9154"] If you change the size of your robot to be smaller, you will need to change every Motion to be the same scale you set the Actor to in FBX Settings so the motions play correctly. [/quote]

Hi @REDACTEDUSER Thank you for your answer ๐ŸŒน ๐Ÿ™ I know this information ๐Ÿ™‚

Is it possible , you test my robot according to your information? can you do? I am wrong? please let me know , THANKS A LOT ๐Ÿ˜Š MyRobot.zip|attachment (1.3 MB)

answered 4 years ago
0

@REDACTEDUSER

Using the Scale Actor modifier in the FBX Settings on your robot worked for me. I scaled down the motion as well and set up an entity with the Actor and Simple Motion components to show it working next to the original sized robot. I did this in v1.25 in a new level in the StarterGame project. So the scale should be working, sorry to hear you are running into problems.

REMOVEDUPLOAD

answered 4 years ago
0

[quote="Ajia, post:8, topic:9154"] Using the Scale Actor modifier in the FBX Settings [/quote]

WOW! I did not know about "Scale Actor modifier" , Does Work! ๐Ÿ˜Š Thank you @REDACTEDUSER

answered 4 years ago
0

----- review 06 -----

Why the *.PSD extension file is not supported in Lumberyard 1.25?

[quote="_AhmadKarami, post:5, topic:6635"] Hi lumberyard team,

Here is a roadmap for support psd file (8 bit/16 bit/32 bit) for lumberyard in next versions? 1.26 or 1.27? I verified psd file, only psd file does not support in 1.25 ๐Ÿ˜‰ All image extensions are supported in 1.25, Thanks ๐Ÿ˜ โœ… [/quote]

answered 4 years ago
0

----- review 05 -----

Hi Lumberyard team,

I verified a numbers of files related to 3d models that , LY 1.25 does not support ๐Ÿ˜ณ User-friendly as well as 3D modeling resources for independent game developers are very low, if you do not pay attention to these supported extensions in LY 1.26 , 1.27 , etc.

3D extensions files are not supported in 1.25!

Most of my 3D model files have these extensions like *.3ds, *.obj , *.dae , etc ๐Ÿฅบ

I think these are serious weaknesses in the LY 1.25 and should not exist, I have always addressed the big issues in this forum over the years and this is a big part of the strategy to convince people to migrate to the LY, An example is solving these severe weaknesses ๐Ÿ™‚

REMOVEDUPLOAD

answered 4 years ago
0

To avoid this problem it is enough to keep re-saving or converge models in the format of. fbx. Fbx is supported absolutely everywhere and it is the standard when creating games

answered 4 years ago
0

@REDACTEDUSER

answered 4 years ago
0

----- review 07 -----

[quote="_AhmadKarami, post:8, topic:8635"] Hi @REDACTEDUSER I tried A LOT, I tried different methods but the result is nothing , looks like does not work! but I think , I am wrong, I using starter game 2.0, how to implement AI-Robot ? Please see entity inspector in AI_Area Entity , also I tested my script canvas file in LY 1.18 does work , but when I tested in LY 1.25 , does not work! ๐Ÿ™‚

It should be noted that because the API have changed, there are definitely some things I do not know , I suggest to lumberyard team step-by-step make video tutorials will certainly solve this issue, especially about the behavior tree and target coverage points. ๐ŸŒน ๐Ÿ™ [/quote]

answered 4 years ago
0

----- review 07 -----

[quote="_AhmadKarami, post:9, topic:8635"] SOLVED AI Navigation in LY 1.25 :star_struck: ๐Ÿ˜

THANK YOU SO MUCH FOR HELP @REDACTEDUSER [/quote]

Next Issue : AI Behavior Tree 1.25 or 1.26 ๐Ÿ˜‰

answered 4 years ago
0

----- review 08 -----

I made a video tutorial about make a function in Script canvas , we know some functions , can return a value like number, bool , entityId , etc or get input a value...

Is it possible "return value/get input value" in new feature function script canvas โ“ :thinking: I can not find this issue , does not exist , am I wrong โ“ ๐Ÿง

https://www.youtube.com/watch?v=sxNeJTrHCmA

answered 4 years ago
0

----- review 09 -----

[quote="_AhmadKarami, post:2, topic:6536, full:true"] someone is here know/used about AI Behavior Tree in script canvas 1.25 โ“ I think for now , XML file is supporting for AI Behavior Tree โ“ It is correct โ“ Is it possible to implement a cover system with a behavior tree โ“

I see five nodes for AI Behavior Tree in script canvas 1.25, please give me much more information , and, I see Behavior Tree is empty , so in Starter game did not used Behavior Tree component/script canvas

Thank you ๐Ÿ™‚ ๐ŸŒน ๐Ÿ™ ๐Ÿ™

REMOVEDUPLOAD

REMOVEDUPLOAD [/quote]

answered 4 years ago
0

----- review 10 -----

We know Script Canvas is not support Global Variable , so I suggest to Script Canas Team , Please make a data component for number/bool/entityID, array , map , etc

01- "global variable" add button with exist index for variables 02-"global variable" delete button with exist index for variables

We can Get/Set by address the define in data component

I made a new video tutorial and simulate global variable by Point Light data ๐Ÿ˜‰ in LY 1.25 ๐Ÿ‘‡
https://www.youtube.com/watch?v=caqpRv4h0g4

https://forums.awsgametech.com/t/lesson-02-make-global-variables-in-script-canvas-smart-tutorial-lumberyard-1-14/5308

answered 4 years ago
0

Looks to me like the cosine function is working fine, it is just expecting inputs in radians. Cosine of 90 radians is -0.448.

answered 4 years ago
0

@REDACTEDUSER

please see this table picture ๐Ÿ‘‡ REMOVEDUPLOAD

please read full this content ๐Ÿ‘‡ https://en.wikipedia.org/wiki/Trigonometric_functions

answered 4 years ago
0

[quote="JamesKythera, post:19, topic:9154, full:true"] Looks to me like the cosine function is working fine, it is just expecting inputs in radians. Cosine of 90 radians is -0.448. [/quote]

Thank you for your feedback @REDACTEDUSER

answered 4 years ago
0

[quote="_AhmadKarami, post:18, topic:9154"] ----- review 10 -----

We know Script Canvas is not support Global Variable , so I suggest to Script Canas Team , Please make a data component for number/bool/entityID, array , map , etc

01- โ€œglobal variableโ€ add button with exist index for variables 02-โ€œglobal variableโ€ delete button with exist index for variables

We can Get/Set by address the define in data component

I made a new video tutorial and simulate global variable by Point Light data ๐Ÿ˜‰ in LY 1.25 ๐Ÿ‘‡ [/quote]

[quote="LS1, post:8, topic:8584, full:true"] Iโ€™ve seen @REDACTEDUSER [/quote]

@REDACTEDUSER

I think the data component with variables can be hidden in Entity Inspector and only accessible with nodes in the Script Canvas (But data component to be shown Global/Static Variable panel inside Script Canvas), Of course I have a suggestion, if it is possible to add static variables as well, although I can simulate static variables like global variables, I think it is much better to add it officially to Script Canvas ๐Ÿ™‚

answered 4 years ago
0

[quote="_AhmadKarami, post:16, topic:9154"] ----- review 08 -----

I made a video tutorial about make a function in Script canvas , we know some functions , can return a value like number, bool , entityId , etc or get input a valueโ€ฆ [/quote] ๐Ÿ‘† ๐Ÿ‘† ๐Ÿ‘†

DOES WORK , I SOLVED for OUT Param/Result Number ๐Ÿ˜ :star_struck:

REMOVEDUPLOAD REMOVEDUPLOAD REMOVEDUPLOAD

------EDIT ----- at first looks, function concept in the Script Cannvas seems complex, but in any case, the REVIEW 08 IS SOLVED COMPETENTLY ๐Ÿ˜Ž ๐Ÿ’ฏ%

. . .

------EDIT 02 ----- ๐Ÿ’ฅ ๐Ÿ‘‡ REVIEW 04 REVIEW 07 REVIEW 08 IS SOLVED COMPETENTLY โœ… ๐Ÿ’ฏ%

answered 4 years ago
0

๐Ÿ’ฅ REVIEW 03 IS SOLVED COMPETENTLY โœ… ๐Ÿ’ฏ%

We must use "Convert Degrees To Radians" Node , now values is correct ๐Ÿ™‚ @REDACTEDUSER

-------- EDIT -------- Now I can create objects that float in the sky, like the UFO spaceship :star_struck:

REMOVEDUPLOAD

answered 4 years ago
0

REMOVEDUPLOAD

answered 4 years ago
0

Thank you @REDACTEDUSER

answered 4 years ago
0

Is there anyone to see and check Review 02 ? ๐Ÿ˜Š ๐Ÿ‘‡ [quote="_AhmadKarami, post:1, topic:9154"] ----- Second review ----- 01-Water Volume is good not Great , I think Water volume is not complete , need to Improvement ๐Ÿ’ฏ%

REMOVEDUPLOAD

02-Looks like Water ripple generator component does not work , Am I wrong? :roll_eyes: if no ,a member of LY Team , please make a video tutorial about water volume component & Water ripple generator component ๐Ÿ˜Š

REMOVEDUPLOAD

I did all steps & this quote about this two component ๐Ÿ™‚ [/quote]

answered 4 years ago
0

@REDACTEDUSER REMOVEDUPLOAD

answered 4 years ago
0

@REDACTEDUSER I reported this issue with SOLVED FLAG all posts! https://forums.awsgametech.com/t/my-feedback-from-ly-1-25-0/9154/24

answered 4 years ago
0

@REDACTEDUSER

answered 4 years ago
0

[quote="Yeshua, post:30, topic:9154"] I was only trying to help you and other people who see your post understand that they maybe be able to find information to better understand how to use a node by using the tooltips that appear over the inputs and outputs. [/quote]

@REDACTEDUSER

Do you have a solution for ** Second review (Water ripple generator component) **?

I tried/tired a lot but result is nothing! why does not work "Water ripple generator component"?

Really strange! :thinking: ๐Ÿง I gave its any component , it wanted but it didn't seem to work!

you already test that component? Can you test that ?

answered 4 years ago
0

----- review 11 ----- I found at least two problems or bug about UI 2.0 ๐Ÿ‘‡ https://forums.awsgametech.com/t/ui-2-0-problem-in-ly-1-25/9232

answered 4 years ago
0

----- review 12 -----

I found this bug or problem in LY 1.18 , 1.19 , .... and Now 1.25

I must go to material editor , then see my materials in maerial editor , then press play button , now I can load materials in game โ— โ— โ•

please see this video ๐Ÿ™‚ ๐Ÿ‘‡ Materials Load Bug.zip|attachment (2.6 MB)

answered 4 years ago
0

----- review 03 -----

[quote="_AhmadKarami, post:1, topic:9154"] 02-Looks like Water ripple generator component does not work , Am I wrong? :roll_eyes: if no ,a member of LY Team , please make a video tutorial about water volume component & Water ripple generator component ๐Ÿ˜Š [/quote]

I discovered myself "water ripple generator" component issue , I tested a legacy physics entity on the water volume component , Does work , when my entity fall in the water volume , I see making water ripple on the water volume , I think here is a wrong in "water ripple generator" component , it does not work with PhysX but does work for legacy physics.

Please see this video , I created water ripple effect ๐Ÿ‘‡ ๐Ÿ˜Œ WaterRippleEffect.zip|attachment (4.0 MB)

REMOVEDUPLOAD

answered 4 years ago
0

----- review 13 -----

Does anyone know how to do Cut-Scene animation clip with script canvas โ“ โ”

It seems that the set play speed node , stop node and play node in script canvas does not work, I tried a lot but did not get results.

Eventually, I had to implemented My Sequence clip with Math Lib nodes in Script canvas

If I was wrong, Someone make a video tutorial on this topic

Thank you ๐Ÿ™ ๐ŸŒน ๐Ÿ™‚

REMOVEDUPLOAD

answered 4 years ago
0

Hey @REDACTEDUSER

The FBX Settings Scale Actor modifier should be working for Actors (tested in 1.25).

REMOVEDUPLOAD

If you change the size of your robot to be smaller, you will need to change every Motion to be the same scale you set the Actor to in FBX Settings so the motions play correctly.

answered 4 years ago

This post is closed: Adding new answers, comments, and votes is disabled.