June 2017
Beginner to intermediate
336 pages
8h 44m
English
In case of WallPaint, we will have an additional toolbar that shows a Refresh icon. When users tap on that button, it will change the image inside the frame. This also shows that not only can you download and render a hologram, you can also update dynamic Holograms.
Find the Refresh Game Object from the toolbar control and then attach the ChangePicture script as we did for previous two cases. From the current script, pass the current object as reference to the ChangePicture class.
GameObject refreshObject = toolBar.transform.FindChild("Refresh").gameObject;ChangePicture changePicture = refreshObject.AddComponent <ChangePicture>();changePicture.changeImageObject = launchedObject;
Similar to the other two ...
Read now
Unlock full access