Any other updates you might be looking for may be in projects tab.
The Second One.
The first Video
A short intro from our team.
The trailer is online.
| usingUnityEngine; | |
| usingSystem.Collections; | |
| publicclassOpSite:MonoBehaviour | |
| { | |
| publicvoidSite() | |
| { | |
| Application.OpenURL("https://explorersforprotection.co/index.html"); | |
| } | |
| } |
| usingSystem.Collections; | |
| usingSystem.Collections.Generic; | |
| usingUnityEngine; | |
| usingUnityEngine.SceneManagement; | |
| publicclassOpCredits:MonoBehaviour | |
| { | |
| publicvoidCredits() | |
| { | |
| SceneManager.LoadScene("Credits"); | |
| } | |
| } |

Our Website is done as well. Here check it out; https://explorersforprotection.co/index.html


We've started developing our app, the bugs are - as always- annoying. On the bright side, I now have a little more respect for Bethesda.