suriyun-production / bomber-io-docs

This is document for Bomber IO project (https://www.assetstore.unity3d.com/#!/content/102515?aid=1100lGeN)
https://suriyun-production.github.io/bomber-io-docs/
0 stars 0 forks source link

[Solved] Problem with the bomb selector #2

Closed MagicRS closed 4 years ago

MagicRS commented 4 years ago

Hello,

When selecting the bombs on the right, it does not change. We see in the "Hierachy" that the prefabs remains on "Bomb01". While all works on the character and the head

I checked the scripts managing the selector but nothing. (UIMainMenu.cs)

thank you in advance cordially

image image

insthync commented 4 years ago

Try import this package it may fix your issues BomberIOFixInvalidLifeCycle.zip

MagicRS commented 4 years ago

Try import this package it may fix your issues BomberIOFixInvalidLifeCycle.zip

Thank you very much, but that didn't change anything. (I imported the 2 scripts contained)

MagicRS commented 4 years ago

Try import this package it may fix your issues BomberIOFixInvalidLifeCycle.zip

Thank you very much, but that didn't change anything. (I imported the 2 scripts contained)

But the permanent error that targeted this line:

Line 99 107 -> Now textSelectCharacter.text = (SelectCharacter + 1) + "/" + (MaxCharacter + 1);

No longer appears, thanks

insthync commented 4 years ago

Okay, Try this package

BomberIOFixBombNotChanges.zip

insthync commented 4 years ago

Tell me if it's works :)

MagicRS commented 4 years ago

It works!! Thank you very much!!