2d gui, 3d items and iPhone/iPad scaling...
I have a 2d game for mobile with a bunch of 3d stuff in it as well (it's a dice/puzzle game, btw). I've built the game itself using uGUI and then the dice are 3d with physics sim. I'm trying to get my...
View ArticleAssets\Standard Assets\Utility\ForcedReset.cs(5,57): error CS0234: The type...
I am confused please help me. I can't even run my project.
View ArticleURP beginContextRendering called twice
I'm using Unity 2021.3.6f1 (MacOS silicon) and URP Version 12.1.7 - June 30, 2022 I'm registering a delegate with `RenderPipelineManager.beginContextRendering += OnBeginContextRendering;` private void...
View ArticleURP beginContextRendering delegate called twice
I'm using Unity 2021.3.6f1 (MacOS silicon) and URP Version 12.1.7 - June 30, 2022 I'm registering a delegate with `RenderPipelineManager.beginContextRendering += OnBeginContextRendering;` private void...
View ArticleHow to make Fold Attribute by propertyDrawer?
I can make only one line but i want it stick with same fold name using System.Collections; using System.Collections.Generic; using System; using UnityEngine; using UnityEditor; public class...
View ArticleHow to display Unity realtime TIFF (RAW, NEF) images?
During execution, I load photos from the memory of the Android device, through LoadImage everything works with PNG and JPG, but how to display TIFF (RAW, NEF)? Tried using LoadRawItageDate(), nothing...
View ArticleHow to draw a line in the scene view from an EditorWindow ?
How to draw a line in the `Scene View` from an `EditorWindow`? I was expecting there to be simple way to this, but I can't seem to find it. How do I do this? `Gizmos`, `Handles` and `Debug.DrawLine`...
View ArticleDisplaying controls on screen (Input System)
Hello, Is there an asset package for showing a GUI icon for the controller button for an action? One that automatically switches icons based on controller type and the action's binding? Maybe even...
View Articleis there a way to make a "press e to interact" when within proximity of an...
I've looked everywhere but couldn't find it. is there a way to make an interaction button within proximity of an object? example: if i walk up to a note, i want it to show: [E: Interact] (image).
View ArticleWhy is my GUI flipping upside down?
This is what my GUI looks like, as it should ![alt text][1] Ive run into an issue I haven't been able to find any info on. These parts of the GUI are all on separate Canvases and they work properly,...
View ArticleGoogle Play Games doesn't show signing popup on mobile
I am using the Google Play games plugin version 0.11.01 Here is the code I am using [HideInInspector] public bool connectedToGooglePlay; private void Awake() { Instance = this;...
View ArticleUnity behaving strangly in clean scene
Hi I came across a strange error, when I just try to use the standard 3d template after moving around a little in the scene, I press play, and then stop. and then unity opens 50+ windows, all instances...
View ArticleWhat is the alternative of GetScreenRect(Camera.main) for my below code?...
private void Awake() { this.CollisionRect = base.GetComponent().GetScreenRect(Camera.main); }
View ArticleGUI.Button in Custom Editor is Wrong Size
I'm making a custom editor with gui buttons in it, but the buttons are the wrong size and the size parameters in the button command aren't doing anything. if (GUI.Button(new Rect(position.width / 2 + -...
View ArticleChanging particle system simulation space while preserving its position
I have my character running with a simple run dust particle system as a child. When I stop moving, I also stop the particle system from playing. The thing is, if I jump instantly, the last particles...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleMaking a raycast penetrate UI selectively?
Hey folks. I have a UI overlay that covers the screen in the project I'm working on, and then a little window in the middle that shows the "worldspace" of the game. The player can click to move around...
View ArticleGUI Image looks fine in eaitor but pixilated in game view?
Hey everyone,so Im using my character image, the image itself looks fine and sharp, but when I view it in game mode as part of my GUi, it looks pixelated rather then being smooth and sharp. tried...
View ArticleHow to turn off Not Editable in the "Hide Flags" section of a GUI Skin?
I clicked Not Editable by mistake and now I can't change anything about my GUI Skin. Has anybody else ran into this problem. Obviously one solution is to delete and recreate the GUI Skin and then...
View ArticleMulti-Object Editing Not Supported? What does it mean?
Hi, I'm learning to Tweak my Unity Inspector for my List, but can't seem to do so and it showed an error like this. ![alt text][1] [1]: /storage/temp/203525-screenshot-2023-01-03-093601.png I tried...
View ArticleHow to change the image of an instantiated prefab in the UI by mouse click on...
Hello everyone, Im working on an inventory for my simple hidden object game. I want to change the background of the icon in the inventory when I collect the hidden object in the scene (for instance...
View ArticleHelp, error "pushing more GUI Clips than popping" with a simple OnSceneGUI...
Hello everyone, I tried to implement some visual tools in the editor by creating a CustomEditor class with a single OnSceneGUI to draw a few lines using Handles. Here is the function: > public void...
View ArticleCreating a premade script on the Create menu when right clicking empty folder
I want to create a premade script when clicking an option, sort of like how I can create a new scene when clicking "Scene", but It'd be my own name with my own script. Thanks in advance! ![alt text][1]...
View ArticleTrying to deploy neuvector with fleet.yaml getting issue accessing the...
1.i'm trying to achieve using fleet.yaml neuvector deployment on Rancher GUI 2.this is the official helm chart repo "https://github.com/neuvector/neuvector-helm" 3.mine is customize repo...
View Article