Team Updates

Any other updates you might be looking for may be in projects tab.

R
Raman Pandey
R
Raman Pandey
R
Raman Pandey
usingSystem.Collections;
usingSystem.Collections.Generic;
usingUnityEngine;
usingUnityEngine.SceneManagement;
publicclassGoBackMenu:MonoBehaviour
{publicvoidgotomain()
{
SceneManager.LoadScene("Main");
}
}
R
Raman Pandey
usingSystem.Collections;
usingSystem.Collections.Generic;
usingUnityEngine;
usingUnityEngine.SceneManagement;
publicclassDDVideos:MonoBehaviour
{
publicvoidHandleInputData(intval)
{
if(val==0)
{
SceneManager.LoadScene("Videos");
}
if(val==1)
{
SceneManager.LoadScene("O3Video");
}
if(val==2)
{
SceneManager.LoadScene("ADVideo");
}
}
}
R
Raman Pandey
usingUnityEngine;
usingSystem.Collections;
publicclassOpSite:MonoBehaviour
{
publicvoidSite()
{
Application.OpenURL("https://explorersforprotection.co/index.html");
}
}
view raw OpenURL.cs hosted with ❤ by GitHub
R
Raman Pandey
usingSystem.Collections;
usingSystem.Collections.Generic;
usingUnityEngine;
usingUnityEngine.SceneManagement;
publicclassOpCredits:MonoBehaviour
{
publicvoidCredits()
{
SceneManager.LoadScene("Credits");
}
}
view raw LoadScene.cs hosted with ❤ by GitHub
R
Raman Pandey
Behold the website.
Behold the website.
R
Raman Pandey

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

R
Raman Pandey
And the best part, we've added Star Wars music on it.
And the best part, we've added Star Wars music on it.
R
Raman Pandey
So our app is done
So our app is done
R
Raman Pandey

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.

R
Raman Pandey