Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GreenViper2020

72
Posts
6
Topics
3
Followers
7
Following
A member registered Feb 02, 2022 · View creator page →

Creator of

Recent community posts

(1 edit)

Ja halt wie oben gesagt 

<iframe width="560" height="315" src="<div class=" video-container"="">


Achso und hier random code weil breit! (der ist ned free to use btw!, ich verklage euch wenn ihr den nutzt=!)

using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class TextScript : MonoBehaviour {     [Header("Text")]     public string[] literalSpeech;     public string desicionToMakeOne;     public string desicionToMakeTwo;      [Header("Scripts")]     public DesicionManager decisionManager;      [Header("Objects")]     public TMP_Text dialogue;      public GameObject ButtonDecisionOne;     public GameObject ButtonDecisionTwo;      public TMP_Text TextDecisionOne;     public TMP_Text TextDecisionTwo;      [Header("Var")]     int count =0;      private void Start()     {         ButtonDecisionOne.SetActive(false);         ButtonDecisionTwo.SetActive(false);         count = 0;         dialogue.text = literalSpeech[count];     }     private void Update()     {         showText();     }     public void showText()     {         if(literalSpeech.Length > count)         {             if (Input.GetKeyDown(KeyCode.Space) || Input.GetKeyDown(KeyCode.Mouse0)|| Input.GetKeyDown(KeyCode.Mouse1)|| Input.GetKeyDown(KeyCode.Mouse2))             {                 if(count < literalSpeech.Length)                 {                     count++;                     dialogue.text = literalSpeech[count];                 }              }         }         else         {             showDesicion();         }     }     public void showDesicion()     {             ButtonDecisionOne.SetActive(true);             TextDecisionOne.text = desicionToMakeOne;             ButtonDecisionTwo.SetActive(true);             TextDecisionTwo.text = desicionToMakeTwo;          // Debug.Log("MakeDescision");     }   }

Really cool art and sounds but the game is to hard.

Geometry Dash be like:

100/10

Very cool game.I love the art! Good Job!

Thanks for youre FeedBack!

Thanks for youre FeedBack!

Thanks for youre FeedBack!

Please make a downloadable version of it! (:

Couldn't press play unfortunately  ):

I don't have Opera sorry ):

Sorry can't load the game in brownser. Let me know when it's fixed!

Game doesn't load in the browser.  ): Let me know when fixed! (:

Game doesn't load in the browser.  ): Let me know when fixed! (:

Sorry can't load in brownser. Let me know when it's fixed!

The character should be faster. The music is really cool! The concept is also really nice. The enemys should come faster. I had to wait  for half an min for the next wave.

Ah thanks now I understand (: Cool concept!

It's a cool concept! You start slow and you start getting better and better realy quick. My Hightscore: 2000. Good job! (:

I didn't realy understand how to play the game. The art is nice and it is a good idea. Nice (:

(1 edit)

The small games sadly didn't load. But the concept is realy cool (:

Yes the camera glitched when i exported the game. ): 

Nice Game. I like the graphics, but sound would spice the game up by a lot. After i had no cards left anymore nothing happend. Would be cool to add an end screen and maby an end dialog like "How is that possible?" "I'm sure you cheated!" But overal cool Concept and nice game! (:

It's a nice little game! Good Job!

The game is cool. The gameplay is maby a bit to hard and i don't realy see why this fits into the Theme. But overall a great game with cool graphics. Very Cool!👍

Nice Game and i definitly smashed my keyboard to hard because now one of my keys does'nt work anymore (: Great job. 

Thanks for the help with the camera! I'll definitly use that from now on! (:

Nice! 

CoolGame!

It's a cool game. But sounds would spice it up by a lot. 

(1 edit)

The game didn't load in the brownser. I gues this is because you used rar and not zip folders. I also recommend you uploading a game for windows in zip forlders because many people dont have winrar so tthey can't play the game. But the art in the screenshots looked realy cool!

(1 edit)

I think it was a nice idea but i dont know if it was a bug or not but i couldnt hear any sounds or musik.But still cool game and nice art!

I love the concept. It felt realy polished and I had fun for a while while playing it. Good yob! (:

  It wasn't intendet that you cant see anything.  but sadly the camera glitched when i exportet the game.

Im folloing a tutorial for multiplayer. I did everything like him but i cant connect or create rooms. This is thee error i get:

Error: CreateRoom failed. Client is on MasterServer (must be Master Server for matchmaking)but not ready for operations (State:PeerCreated ). Wait for callback: OnJoinedLobby or OnConnectedToMaster.


Code:

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

using UnityEngine.UI;

using Photon.Pun;

using TMPro;

public class CreateAndJoinRooms : MonoBehaviourPunCallbacks

{

    public TMP_InputField createInput;

    public TMP_InputField joinInput;

    public void CreateRoom()

    {

        PhotonNetwork.CreateRoom(createInput.text);

    }

    public void JoinRoom()

    {

        PhotonNetwork.JoinRoom(joinInput.text);

    }

    public override void OnJoinedRoom()

    {

        PhotonNetwork.LoadLevel("GameScene");

    }

}

Please help! Thanks

Im so Hyped!

Muck

Very Cool Game! The Game crashed after a while. But thats all. Very Cool!