This is a general question I’ve stumbled into while tinkering with my Terminal Hacker code, but it’s beyond the scope of the section and certainly not related to any specific lecture, as I see it. I figure, post it, and see what happens:
In brief, I wanted to expunge the _ underscore cursor we have been using in our terminal by default. More specifically, I wanted to replace it with a “block cursor”, i.e. ░
Well it was all fine and dandy… until I built for the web, that is. Suddenly, my cursor was missing entirely. It works just fine inside Unity (the Editor). I’m about to try a PC build (seems to work fine, I guess I’ll add that to the downloadables of the working verision) but really… with a minigame like this, I’d rather just have it working properly in the web version.
-
The “Working” version for the web, i.e. with the undesired _ cursor:
https://jackdraak.itch.io/anagram-hacker -
The broken web version where (for me, at least) there is no visible cursor:
https://jackdraak.itch.io/test-anagram-hacker-broken-cursor -
The PC build, which works properly with the block cursor:
https://jackdraak.itch.io/anagram-hacker/purchase (ignore misleading URL, there is no fee)
Status: If anyone has insight into why the block cursor doesn’t work in the web version (and/or ways to fix it) that would be awesome, of course. Feedback telling me you see something different than I do would also be rather elucidating. Finally, any discussion whatsoever related to this would certainly be interesting.
I’ll start: I’m wondering if I might be able to fix this by scouring through the files created for the web-build… perhaps in compilation the block cursor got mis-managed, but can be salvaged with a simple text-edit of a CSS or HTML file? (The fact that the web version seems to be the only one with trouble boosts my confidence I might already have my answer…)**
**Nope, tried that too (looking for something I can modify in the web-build files) and couldn’t find anything I could change that would fix it.
