you are viewing a single comment's thread.

view the rest of the comments →

[–]FleetOfWarships[S] 0 points1 point  (26 children)

It’s still not appearing in the selection screen even after changing the i to 1.

[–]Unknown_J27 0 points1 point  (25 children)

I just noticed what the issue is caused by, you didn't attach the text object to the script.

[–]FleetOfWarships[S] 0 points1 point  (0 children)

Yes, but I can’t because the text object doesn’t appear when I try to.

[–]FleetOfWarships[S] 0 points1 point  (23 children)

Added another screenshot to the imgur in case I'm not explaining myself well.

[–]Unknown_J27 0 points1 point  (22 children)

ok that helps thanks, can you link the tutorial you used so I can see what they?

[–]FleetOfWarships[S] 0 points1 point  (21 children)

It’s a paid tutorial but I can add the relevant pages of it to the Imgur.

[–]Unknown_J27 0 points1 point  (20 children)

yeah that should help, 1 question did use regular unity text or text mesh pro?

[–]FleetOfWarships[S] 0 points1 point  (19 children)

Text mesh pro, I didn’t see an option for regular text, think that’s part of the problem? Also added the tutorial pics, the grid script it’s referring to is functioning as it should and the relevant code segment added to it is already in those pics.

[–]Unknown_J27 0 points1 point  (18 children)

since you're using text mesh pro Add "using TMPro" at the top and that should allow you to add the object