Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Assets Fake Terminal - An in-game MS-DOS style PC

Discussion in 'Works In Progress - Archive' started by The_Unk, Mar 5, 2020.

  1. The_Unk

    The_Unk

    Joined:
    Oct 1, 2019
    Posts:
    4
    Hi guys, I'm working on a script that simulates old MS-DOS.

    You can write inputs by keyboard and use commands to call other functions (like open a door, turn off lights, ...).



    This script updates a Text component every frame. It's simple but I'haven't find anything similar on Assets Store. Any advice or ideas I can try to implement? :)
     
  2. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    brilliant i love it
     
  3. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    Can i ask would you have example for 2d version if possible?
     
  4. The_Unk

    The_Unk

    Joined:
    Oct 1, 2019
    Posts:
    4
    Hi guys, I've added the login and the code is cleaner.

    I think it works enough well. So you can download the script freely on itch.io.

    https://procedural-imagination.itch.io/fake-terminal-unity

    The Asset Store version is waiting for the review.

    Sorry for my late response. I've added documentation that explains how the script works.

    Probably for a 2D game you need to modify the code a little bit. Because I've developed it for a world canvas.