Somethings wrong with bundle inputs

I am trying to do the hidden ara example but something is wrong. I did the exact same code as the example but this happen


The example code shows it as a x and y input but look at mines
Screenshot 2022-03-16 1.58.31 PM

1 Like

ummmm As i wait here patiently

This is an odd bug, you should be able to fix it by changing the name of the x.

ummm i did i changed it but it went to y

Then if i change it it goes back to x

this is a bug, happened to me before. I just deleted the inputs and then just added them again.

1 Like

This happens when you remove inputs, either copy/paste the bundle and it should fix
or delete all you inputs and redo them.

1 Like

Thank you for the advice but I redid them 5 times… :confounded:

2 Likes

Could you send the link to the game

1 Like

Did you copy/paste any input or output behaviors, @Qwen ?

The link of the game will be in the Axe Horror game 2022.
And I did not copy and paste

heres the link

1 Like

I just removed all the inputs and outputs and added new ones

image

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":2,"outputCount":1,"name":"Custom","behaviorType":"logic.NodeGroup","x":270,"y":-32,"group":"","id":"987be94965344247","isMenuItem":false},{"inputCount":0,"outputCount":1,"name":"Always","behaviorType":"logic.triggers.Always","x":-90,"y":-64,"group":"987be94965344247","id":"987be94a5ae1564e"},{"inputCount":1,"outputCount":1,"name":"Extractor","behaviorType":"logic.properties.Extractor","x":90,"y":-128,"group":"987be94965344247","id":"987be94a6adb1049","targetId":0,"prop":"x"},{"expression":"b-a","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":2,"version":2,"tag":"","inputCount":3,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":270,"y":-96,"group":"987be94965344247","id":"987be94b614c9c46"},{"expression":"Math.sqrt(Math.abs(A*A) + Math.abs(B*B))","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":2,"version":2,"tag":"","inputCount":3,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":450,"y":0,"group":"987be94965344247","id":"987be94ba5bbea48"},{"inputCount":1,"outputCount":1,"name":"Extractor","behaviorType":"logic.properties.Extractor","x":90,"y":64,"group":"987be94965344247","id":"987be94cc2ca624a","targetId":0,"prop":"y"},{"expression":"b-a","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":2,"version":2,"tag":"","inputCount":3,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":270,"y":128,"group":"987be94965344247","id":"987be94cac8ee147"},{"inputCount":0,"outputCount":1,"name":"Bundle Input","behaviorType":"logic.NodeGroupInput","x":90,"y":-32,"group":"987be94965344247","id":"987c0ba8eff8a24a","portId":"987be94965344247i0","tag":"X","dataType":2},{"inputCount":0,"outputCount":1,"name":"Bundle Input","behaviorType":"logic.NodeGroupInput","x":90,"y":160,"group":"987be94965344247","id":"987c0caca9710f49","portId":"987be94965344247i1","tag":"Y","dataType":2},{"inputCount":1,"outputCount":0,"name":"Bundle Output","behaviorType":"logic.NodeGroupOutput","x":630,"y":0,"group":"987be94965344247","id":"987c244d020ddb45","portId":"987be94965344247o0","tag":"out","dataType":2}],"links":[{"input_id":"987be94a6adb1049i0","output_id":"987be94a5ae1564eo0"},{"input_id":"987be94cc2ca624ai0","output_id":"987be94a5ae1564eo0"},{"input_id":"987be94b614c9c46i0","output_id":"987be94a6adb1049o0"},{"input_id":"987be94ba5bbea48i0","output_id":"987be94b614c9c46o0"},{"input_id":"987c244d020ddb45i0","output_id":"987be94ba5bbea48o0"},{"input_id":"987be94cac8ee147i0","output_id":"987be94cc2ca624ao0"},{"input_id":"987be94ba5bbea48i1","output_id":"987be94cac8ee147o0"},{"input_id":"987be94ba5bbea48i2","output_id":"987be94cac8ee147o0"},{"input_id":"987be94b614c9c46i1","output_id":"987c0ba8eff8a24ao0"},{"input_id":"987be94b614c9c46i2","output_id":"987c0ba8eff8a24ao0"},{"input_id":"987be94cac8ee147i1","output_id":"987c0caca9710f49o0"},{"input_id":"987be94cac8ee147i2","output_id":"987c0caca9710f49o0"}]}}}
1 Like

So it worked?? thanks JRO1

1 Like

I was having a similar issue with this, it happened when I copy and pasted the bundle inputs.

When I pasted it, it didn’t add an input, it acted like both inputs in the bundle were the same ones outside of the bundle. I tried changing the name of one of the inputs hoping it would realize there were two different inputs. That just changed the name of the input on the outside of the bundle.

I eventually just deleted them and redid them, then it worked.

2 Likes

Sometimes copy/paste the bundle itself works, but yeah pasting inputs/outputs will cause this bug.

3 Likes