UNITY3D WAREHOUSE

WELCOME TO COMMUNITY.

OOOOOMG

I"M SO !!!.

!!!

Coming Soon.

!!!

Coming Soon..

Thursday 23 March 2017

Odd Worlds. Official Marketing & Game Support.




Odd Worlds  Press Release English Download Here:     DOWNLOAD


Odd Worlds  Press Release Croatia only Download Here:     DOWNLOAD
.



1. Send via e mail your 2D Enemy idea in PNG file, and it may be included in new game releases.
    Enemy max PNG File 250 x 250 Pixels. Type of enemy ( Flay, Jumping, Fire from head, Ground )
    In Zip Folder send your basic info and game art material. And what will you get out of it is you name  under your game art in game with your web link.  
How To" guide. Download

2. Send us simple game intro story in text file via e mail. That will be  sequel to this game.
And what will you get out of it is you name  in game with your web link.


3. Spread the word

4. Donate money for future development and employee of new freelance people.




If kickstarter game project fly off we will tray to : 

1. Starting  Game Development Studio in Croatia.

2. Buy business workspace!

3. Hiring a new great employee !

4. Make new great free games !


So Help us reach our goal :)
















Android Full 200mb Version.

Full game version with 3 worlds and code room:
OddWorlds1.98.0.apk  Download




Android Demo Version 98mb On Goole Play.
ODDWORLDS.Demo














Monday 20 March 2017

Odd Worlds.

Odd Worlds Coming Out this Eastern!

After 2 years of study in Unity and 2 years of work in all spare time.
Beta is ready to come out :) 
Tnx to all who Teach me and leave piece of  knowledge in me.


SIMPLE GAME INFO
Enter the Odd Worlds! From the Indie game creator comes a platformer game With weard levels, brain puzzle and much, much more.

Collect All secret code letters in dozens of Levels. Knock the enemy  and Avoid traps, Share your letters with community and put your brain power to figure last riddle.That will lead you all to victory!


PLEASE NOTE! Odd Worlds is free to download and play, and there is no purchase for real money. you must be at least 5 years of age to play or download Odd Worlds.

A network connection is also required.
And best part is that game can be played offline with no problems.


FEATURES
? Players from around the world can figure riddles faster if they share info on levels.
? Destroy enemy’s and find secret portals.
? Collect All secret code letters and make right letters combination.
? Progress through multiple world’s all the way to the end.
? Form a Frend Group to share letterss and figure faster right  code.
? Challenge your friends to tell you place of secret teleport’s.


Support
Are you having any problems?  Leave comment and i will look at it and fix it :)

ANDROID Game link 2 download will be here After game is out on Google Play:


PC version will be here when is cooked ;)


IOS  version will be here when is cooked ;)




Game screenshots




























Simple word from Maker of game.


Tnx to Unity community for great online teaching and suport. 
I spent 4 years making this! 2 years  study Unity And 2 making this game from ground up 
without Unity community suport this will not be posible tnx to all.
And don't ever give up on your Unity project.
In this world is the small amount of Special intelligent and creative people like you so go finish your game!!!

And we are all small pixels  , But Together We Make  BIG  Picture
DON'T FORGET 2 SHARE YOUR KNOWLEDGE

Wednesday 28 December 2016

Unity Move Object When Key Enter Trigger

Unity Move Object When Key Enter Trigger










THIS IS Java script: GOOD 4 2D GAMES AND 3D GAMES ! 
----------------------------------------­­­­­­­----





#pragma strict

 public var _moveposition : Transform;
 public var speed : float;
 function OnTriggerStay (other:Collider)
{
    if (other.gameObject.tag == "PUT YOUR KEY TAG NAME HERE")
    {
 transform.position= Vector3.Lerp(transform.position,_moveposition.position, Time.deltaTime * speed);
}
}







Friday 25 March 2016

Unity Switch from one player to another !

Simple Unity  On trigger enter  Switch from one player to another !












DIRECT DOWNLOAD HERE








THIS IS BACKUP  IN TEXT FORM   Script1

1. Create New java and name it : DISABLEPLAYER1


2. Copy & Past this text and save java :
----------------------------------------­­­­­------------------------------------­-­-­-­-­-


#pragma strict


var Obj : GameObject;

function Start () {



}

function OnTriggerEnter (trigger:Collider) { if(trigger.collider.tag=="Player1") Obj.SetActive (false); 


  DontDestroyOnLoad (gameObject);
}
 


 ----------------------------------------­­­­­------------------------------------­-­-­-­-­-










THIS IS BACKUP  IN TEXT FORM   Script2

1. Create New java and name it : ENABLEPLAYER2


2. Copy & Past this text and save java :
----------------------------------------­­­­­------------------------------------­-­-­-­-­-


#pragma strict

var Obj : GameObject;

function Start () {

Obj.SetActive(false);

}

function OnTriggerEnter (trigger:Collider) { if(trigger.collider.tag=="Player1") Obj.SetActive (true); 


  DontDestroyOnLoad (gameObject);
}
 


 ----------------------------------------­­­­­------------------------------------­-­-­-­-­-

























Wednesday 27 January 2016

Archive of free textures Library

Archive of free textures  Library