Sending Objects by RPC calls
Hi guys i have to send GameObject to clients, i tried by RPC calls but it doesn't work i was looking for solution in web, but people there say it is impossible to send gameobject or transform by RPC...
View ArticleNetwork functions not working properly
I have a function in the game scene and it is: function OnPlayerConnected(player : NetworkPlayer) { Debug.Log("Player has connected"); } The function never gets called. What am I doing wrong?
View ArticleGrid,Horziontal Layouts
Hi, So, I'd like to create my own type of layout. Essentially this will act like a Horizontal Layout, but when items contained within the layout are hidden, then the items within the layout will not be...
View ArticleGUI color picker
hey any idea way it only seems to choose absolute colors? I can only choose red, blue, green, yellow, magenta, turquoise, black and white. nothing in between? also if i assign the color to my objects...
View ArticleHittest | Left or Right Screenside
I have this two rects: Code (csharp): LeftRect = new Rect(0, 0, Screen.width / 2, Screen.height); RightRect = new Rect(Screen.width / 2, 0, Screen.width / 2, Screen.height); The "LeftRect" creates...
View ArticleRigidbody2D problems
Hello everyone, I have a problem with rigidbody2D component. Here is the situation : I've got 2 actors in the scene ; each of them have a BoxCollider2D and a Rigidbody2D component (gravity set to...
View ArticleMy Game Not Working on 1080p Screen Like Lumia 1520?!!
Hello, I just Got 10 bad reviews on my game,, the users said (THE Game not working at all) on Lumia 1520 So I downloaded the New Emulators and I tried the 1080p Emulator and I just can't touch any...
View Article[RELEASED] SECTR COMPLETE: Spaces, and the Connections Between Them
View attachment 88211 We're very excited to announce the release of SECTR COMPLETE on the Unity Asset Store. SECTR COMPLETE includes all current and future modules for SECTR, the suite of Unity...
View ArticleNew UI text is useless for scaled pixel art games
So the new Beta has left me unequivocally screwed: My game is in 2D. It scales the artwork from a small size to a large size - this is pretty standard business for anything with pixel art. You either...
View ArticleRoad & Traffic System
Website Webplayer - Keep in mind it is still Beta!! Road & Traffic System is a plugin designed for Unity3D to allow users to quickly create dynamic traffic simulation for vehicles via placement of...
View Articleunity doesn't like G-Sync
I got myself an Asus ROG Swift G-Sync enabled monitor (with 780ti), only to find out that the standalone player crashes when the highest settings are used, even if there is only one simple cube in the...
View ArticleQuestions about coroutine and uGUI events
Hi uGui devs! I made a jpg for a better comprehension, but i wrote also my questions below : I want to use a custom function "public IEnumerator FadeInScene()", with OnClick() event. When i put the...
View ArticleUnity GUI elements are black when forcing unity with open gl.
Hello, When I open unity.exe using -force-opengl , All the material menu ,Ragdoll window and Add components GUI interface is completely black. It's not showing any thing. But when I open Unity in...
View ArticleGLUe Framework - traditional object GUI System with custom render
GLUe Framework Add-on to a standard rendering system of Unity3d, intended for writing user interfaces (UI) under Unity3d. Official page The purpose Accelerating the speed of interfaces and...
View ArticleWireframe shader - The Amazing Wireframe shader
The most wanted and demanded wireframe shader. • 100% shader effect • No script rendering (GL.Lines) • No use of second mesh/camera/material while rendering • No DX11 Geometry shader • Mobile ready •...
View ArticleFINAL IK - Full Body IK, Aim, Look At, FABRIK, CCD IK... [BETA RELEASED]
Finally, the final Inverse Kinematics solution for Unity has arrived! Asset Store link There are currently 28 (and counting) demo videos and tutorials about Final IK on the YouTube Please visit the......
View ArticletrueSKY for Unity
Simul trueSKY is a real-time environment renderer - skies, volumetric clouds, time-of-day - all generated on the GPU and updated in real time. [video=youtube_share;3nzxkUPwMog] View attachment 100646...
View ArticleFont Material
I've been looking into stylising some fonts, I just want to add a gradient to the titles on the menu pages, I thought I might be able to achieve this with the font material but so far have had no luck....
View ArticleNeed Help Coding JS 3d Text Menu
Here is my scene below. The camera has an animation to sway left and right and loops seamlessly. https://www.dropbox.com/s/y58swzunei0zfu3/Unity Help.PNG?dl=0 I want to be able to click on Options text...
View Article