2D Hinge Joint & Motor Not Working
Hi, I've read the forums, and followed the Unity video tutorials, but can't get my 2d objects to work. I have a box hanging from a tree branch. So on the branch I have a 2DRigidbody with isKinematic...
View Article[Released] NextGear Inventory System
NextGear inventory system Update : You can now buy it on the store : https://www.assetstore.unity3d.com/en/#!/content/21577 The current version is fully functional but isn't fully commented yet since I...
View ArticleQuestion for Aras || Farfarer regarding hypothetical performance difference...
I hope this is appropriate, and I think it will benefit many others to know. (Unity DirectX 9) In a situation where I have a NxN mesh plane, and I wish to move the vertices every frame. Which of these...
View Article[RELEASED] Complete Physics Platformer Kit
Achieve your dream platformer featuring dynamic PHYSICS DRIVEN character interactions, immediate results with DRAG N DROP LEVEL DESIGN and compelling gameplay using SMOOTH, TIGHT CONTROLS! Guaranteed...
View Article2.5D Power Stone Style Fighting Game
Hi guys, I'm quite new to unity and the forums as i just got started with it in about April. I started working on this game which I'm going to release on Kicktsarter in about the next week or two. I...
View ArticleLow performance on Android.
Hello community. My App is originally done for Windows 8 and Windows phone 8.1. And Works fine. But when I tried to build for Android it drops performance and slows a lot. I'm using Xperia Z with...
View ArticleCode not working?
The guy in the video made it look easy and I'm pretty sure I did it all right but when I press W A S D or any of the arrow keys nothing happens (I did hit play). Anyone know why? using UnityEngine;...
View ArticleConverting Shader Noise to Stripes
Is it possible to convert noise from a shader into stripes similar to below? View attachment 116470 From what I understand you want to add a mathf.clamp to the noise to make it streak. But how exactly...
View ArticleRandom.Range within a For Loop, disaster.
Code (CSharp): for (int i = 0; i < Slot.Length; i++) { Random.seed = i * i; Slot[i].Quantity = Random.Range(0,100); } The "random" numbers are: 33, 33,...
View ArticleBlender imports to unity: What's with this silly hack?
hi all. i'm having some issues with animated objects importing to blender, and it's taken me a while to figure out why, thanks to this site:...
View ArticleUnity Talks at Ohio Game Developer Expo this weekend
Hey guys, don't know if everybody's heard or not but I couldn't find threads about it... So yeah, @Mike Geig will be speaking at the OGDE in columbus ohio this weekend, and I am dyingggg to go because...
View Article&& statement
I'm looking for some help with the below code. The Debug shows the output fine for activecarda and activecardb but the problem is with the bottom section of the code, I cannot get it to show...
View ArticleChanging cameras with static methods isn't working
Hi all, I'm trying to switch from third to first person when the player enters a collider and it won't work. I have my very simple class on the collider object, calling a method. Code (CSharp): public...
View Article[Free iOS] Endless Golf
Introducing Endless Golf! Endless Golf on the App Store on iTunes. View attachment 116593 This is my first published work on the iTunes App store, so I would love some feedback. There is some clear...
View ArticleList of useful Game designing tools
For the sake of everyone's interest, here is a list of useful tools and applications that help you designing your game: Project Management & Collaboration: - Trello: Team management and project...
View ArticleJove 2.0: DX11 Rendering System (Alpha Release)
View attachment 109789 Asset store link For the past 8 months I've been working on support for deferred rendering in Jove. Early on in the process I came to the conclusion that simply extending Jove...
View ArticleIdea: Shadow of the Colossus
Assuming Sony doesn't care, can anyone remake shadow of the colossus? That game was so sick and fun. I would love to see it on PC and with better visuals!
View ArticleScroll Rect, How to move an object without scroll wheel
Hi. I'm having a major issue with the scroll rect. I seem able to get the scroll rect to scroll through its contents fine with the scroll wheel but when trying to use a button, it seems to keep...
View ArticleVertical Layout Group Max Size?
Is there a way to set a max size for each element in a Vertical Layout Group? I want to populate a scroll area with elements that are laid out in a Vertical Layout Group but I only want them to stretch...
View ArticleSpace Graphics Toolkit [RELEASED]
The Space Graphics Toolkit is a collection of components that allow you to easily construct impressive space scenes for your games. All aspects of this pack are designed to give you full control...
View Article