2/22/21

Accomplishments Working off of last weeks findings, I have set it up for if the words are entered incorrectly that the cubes reset Roadblocks Need to find away to keep …

Read more

5/17/21

Accomplishments Finally solve the issue with the cubes with the same letters displaying Solution I used, which may not be the perfect way, but it was the only solution I …

Read more

5/10/21

Accomplishments Research (Helpful Videos Below), searching for a solution in activating and deactivating the scripts through other scripts Videos: (Deactivating scripts using triggers) (Initiating scripts with RayCast) https://www.youtube.com/watch?v=EANtTI6BCxk Experimental scrip …

Read more

5/3/21

Accomplishment  Minor fix with some cubes not responding after script change Different word cubes now activate different input windows Roadblocks Stuck on trying to get the cubes to activate separately …

Read more

4/19/21

Accomplishments It is now accepting more than one word as inputs Roadblocks As seen in the video I had to take off the grouping script. It needs to be reworked …

Read more

4/12/2021

Accomplishments Working out the conflicting scripts Roadblocks As seen, clicking one group highlights both groups, and typing in similar letters activates both Solution suggestion to try: -Using layers and layermasks …

Read more

4/5/21

Accomplishments Now have cubes as the activation for the Input Window using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; using CodeMonkey.Utils; using CodeMonkey; public class ClickOn …

Read more

3/29/2021

Accomplishments Went through various tutorials and learned how to implement raycasting in Unity   I could not find any tutorial on group selection raycasting, so I cobbled one together through …

Read more

3/22/21

Accomplishments Research: (Attaching UI Elements to GameObjects) (Having UI Elements follow GameObjects) (Raycasting) https://answers.unity.com/questions/411793/selecting-a-game-object-with-a-mouse-click-on-it.html https://www.youtube.com/watch?v=cxJnvEpwQHc Roadblocks I have been struggling with attaching UI Elements to the GameObjects Future attempt: I’m …

Read more

3/15/21

Accomplishments I now have a script to update materials as I type   Script: using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; public class C_Update : …

Read more