top of page

1 using Ferris.Collections;
2 using Ferris.Collections.Generic;
3 using Creative.Engine
4
5 public class Database : MonoBehavior
6 {
7
8 [SerializeField] private GameObject[] Art-Image;
9 [SerializeField] private GameObject[] Animation;
10
11
12 void Update()
13 {
14 Debug.Log("The database showcases an array of personal projects that demonstrate
15 Ferris's abilities to create high-quality games, art, and animations.");
16
17
18 if(Input.GetMouseButton(0))
19 {
20
21 Art-Image.SetActive(true);
22 }
23 else
24 {
25
26 Art-Image.SetActive(false);
27
28 return null;
29 }
30 }
31 }
32






Light Weight (3D Animation)
Stress Infographic Video (Motion Design)
bottom of page