Robuta

https://discussions.unity.com/t/solved-moving-3d-objects-from-blender-to-unity/672605 [SOLVED] Moving 3D Objects from Blender to Unity - Unity Engine - Unity Discussions Jul 30, 2017 - Hi, I am having trouble moving a 3D asset I created in Blender in to Unity. The object is a signpost with the writing painted over. The painted over section... unity enginesolvedmovingobjectsblender https://discussions.unity.com/t/switching-cameras-375175/375175 Switching Cameras (375175) - Unity Engine - Unity Discussions Sep 23, 2006 - I want to have several cameras in a scene, each one activated by a trigger as a character or object passes by them (viewing the character from different... unity engineswitchingcamerasdiscussions https://discussions.unity.com/t/ultrahd-problem/560407 UltraHD Problem - Unity Engine - Unity Discussions Dec 15, 2014 - I encountered a problem where a Unity application sees a UltraHD display as 2560x1440. I developed a dedicated project for that. On the first picture you can... unity engineultrahdproblemdiscussions https://discussions.unity.com/t/where-can-i-make-free-models/433618 where can i make free models? - Unity Engine - Unity Discussions Jan 16, 2011 - i am fine with anything i can use 4 free.:slight_smile: -penguin out where can ifree modelsunity enginemakediscussions https://discussions.unity.com/t/how-to-call-a-www-synchronously/672206 How to call a www synchronously? - Unity Engine - Unity Discussions Jul 26, 2017 - In 99% of cases, async is the way to go. However, upon OnApplicationQuit(), sync would be preferred: For example, you know when you play League of Legends,... how to callunity enginewwwdiscussions https://discussions.unity.com/t/when-should-i-use-new-help/502674 When should i use "new" - help - Unity Engine - Unity Discussions Apr 17, 2013 - Hello everyone, I was learning coding for quite a while, i reached (at last) the point where i understand what i read and now i would like to practice coding.... should iunity engineusenewhelp https://discussions.unity.com/t/navmesh-agent-quality/674579 Navmesh Agent Quality - Unity Engine - Unity Discussions Aug 18, 2017 - Hi, In a section of my game, I want enemies all with the same navmesh agent, to walk through one another for a short amount of time. I know that by setting... unity enginenavmeshagentqualitydiscussions https://discussions.unity.com/t/visual-studio-community-issue/561052 Visual Studio Community Issue - Unity Engine - Unity Discussions Dec 21, 2014 - I tried using VS Community with Unity, but I get a reference exception when I open a file. Does Community not play nice with Unity for some reason? visual studio communityissueenginediscussions https://discussions.unity.com/t/rendertexture-shadows/593970 RenderTexture shadows. - Unity Engine - Unity Discussions Aug 17, 2015 - Hello I have a multi camera rig which is rendering to a rendertexture for display via full-screen RawImage. Essentially, the cameras are generated at runtime... unity engineshadowsdiscussions https://discussions.unity.com/t/canvas-enable-input-field-difficulty/591786 canvas enable/ input field difficulty - Unity Engine - Unity Discussions Jul 31, 2015 - Unity 4.6.1 JS Im trying to utilize a user input of a numerical value, that i can then compare to the available range defined by resources available. Ive look... input fieldunity enginecanvasenabledifficulty https://discussions.unity.com/t/saving-gui-parameters-to-text-document/522256 Saving GUI parameters to text document? - Unity Engine - Unity Discussions Dec 5, 2013 - Hi, Im starting a university project on a simple game Im going to create. Creating the game part is no problem. I want a changeable parameter, like gravity,... to textunity enginesavingguiparameters https://discussions.unity.com/t/weapon-uprading/590988 WEAPON UPRADING! - Unity Engine - Unity Discussions Jul 25, 2015 - Hi, I hope i can explain this as simple as possible. I am making a game which involves a plane as the main player, and i am currently on hold with my project... unity engineweapondiscussions https://discussions.unity.com/t/hide-object-and-draw-line/417129 Hide object and draw line - Unity Engine - Unity Discussions Jul 1, 2010 - Hi, I have two simple issues related to scripts using C#: 1- I have a plane primitive and want to make it appear and disappear depending on some variable... unity enginehideobjectdrawline https://discussions.unity.com/t/how-to-remove-jittering-from-rigidbody-interpolation/1541528 How to remove jittering from rigidbody interpolation? - Unity Engine - Unity Discussions Oct 23, 2024 - Hello everyone, I am using Rigibody to apply forces to my game objects to get natural movements. I am calculating a lot of things (even non physics) in the... how to removeunity enginerigidbodyinterpolationdiscussions https://discussions.unity.com/t/vr-ui-problem/591429 VR + UI - Problem - Unity Engine - Unity Discussions Jul 29, 2015 - Hello everybody, I am using the new UI and VR inside Unity 5.1.2, O am having a weird problem where the moment I hit play, when using oculus, the UI go... unity enginevruiproblemdiscussions https://discussions.unity.com/t/saving-and-loading-a-game/675073 Saving and Loading a game - Unity Engine - Unity Discussions Aug 24, 2017 - Im making a survival type game and i was wondering how i would let the player save the game and return later and load that game and continue where they left... saving and loadingunity enginegamediscussions https://discussions.unity.com/t/random-start-up-crash/593838 Random Start Up Crash - Unity Engine - Unity Discussions Aug 16, 2015 - Hello! Thank you to anyone who takes their town to help me out with my problem. I have a game I have been building. It seems to randomly crash on the Start up... start upunity enginerandomcrashdiscussions https://discussions.unity.com/t/why-isnt-my-movement-script-working/563338 Why isnt my Movement Script working - Unity Engine - Unity Discussions my movementunity engineisntscriptworking https://discussions.unity.com/t/miximo-rigged-characters-crashing-4-6/563790 Miximo rigged characters crashing 4.6 - Unity Engine - Unity Discussions Jan 17, 2015 - I have an almost empty project that works fine until I place a rigged character in the assets directory. I deleted it and tried importing the free soldier pack... unity engineriggedcharacterscrashingdiscussions https://discussions.unity.com/t/synch-spawned-objects/922788 synch spawned objects - Unity Engine - Unity Discussions Jul 7, 2023 - hello guys i have i have a projectile, when a player spawns it, it is moved by the networkbehavior attached to it it works on the hostside, the problem is on... unity enginesynchobjectsdiscussions https://discussions.unity.com/t/combine-mesh-utility/433532 Combine Mesh Utility - Unity Engine - Unity Discussions Jan 14, 2011 - Hi, When I use the combine mesh utility from the Standard Asset Scripts package, it gives me this error during runtime:Mesh.vertices is too large. A mesh may... unity enginecombinemeshutilitydiscussions https://discussions.unity.com/t/listview-how-to-remove-focus-from-top-element/857793 ListView: How to remove focus from top element - Unity Engine - Unity Discussions Oct 6, 2021 - Hello I am creating a simple ListView and all I want is to get rid of that grey selection area. Steps to reproduce: Create a ListView Fill it with elements via... how to removetop elementunity enginelistviewfocus https://discussions.unity.com/t/replace-the-ethan-animations/767151 Replace the Ethan animations - Unity Engine - Unity Discussions Nov 28, 2019 - Hello everyone! I would like to replace the Ethan animations that I find in the standard assets.I intuitively did the operations you see in the link, using a... unity enginereplaceethananimationsdiscussions https://discussions.unity.com/t/speed-vs-redundant-data/765355 Speed vs Redundant Data - Unity Engine - Unity Discussions Nov 12, 2019 - I am learning DOTS and have a question, obviously; I have two groups of Entities; Roads and Autos. The Roads have Lanes, and the Lanes have Points (along the... unity enginespeedvsredundantdata https://discussions.unity.com/t/ive-lost-sight-my-scene/492050 I've lost sight my scene - Unity Engine - Unity Discussions Dec 6, 2012 - This has happened a few times but for some reason when I start scrolling or moving around using the direction buttons the rate in which objects move greatly... my sceneunity enginelostsightdiscussions https://discussions.unity.com/t/i-need-to-help-about-my-script/672110 I NEED TO HELP ABOUT MY SCRIPT - Unity Engine - Unity Discussions Jul 25, 2017 - hello everybody. I edit a game but have a problem. when i touch screen my character jumps two times and plays two times jump sound. Why is this caused ? I give... i need tohelp aboutunity enginescriptdiscussions https://discussions.unity.com/t/seams-in-colliders/859472 Seams in colliders. - Unity Engine - Unity Discussions Oct 21, 2021 - I have a scene where I spawn basically street pieces (basically planes) after each other the further I go. Each of them have a box collider to keep the... unity engineseamscollidersdiscussions https://discussions.unity.com/t/automatic-texture-array-creation/430571 Automatic texture array creation ? - Unity Engine - Unity Discussions Dec 9, 2010 - Is there a way to read all pictures in a given asset folder and to assign them to a Texture2D array ? Would be nice to have a script that does this... unity engineautomatictexturearraycreation https://discussions.unity.com/t/inspector-properties-for-scriptablerenderfeature/765454 Inspector properties for ScriptableRenderFeature - Unity Engine - Unity Discussions Nov 13, 2019 - Hi, I wrote a custom ScriptableRenderFeature, and wanted to have some exposed properties in the inspector (like the built-in RenderObjects feature, that has... unity engineinspectorpropertiesdiscussions https://discussions.unity.com/t/twopanesplitview-settings-initial-fixed-size-in/860169 TwoPaneSplitView - settings initial fixed size in %? - Unity Engine - Unity Discussions Oct 28, 2021 - @uDamian I noticed you had posted earlier about TwoPaneSplitView. I was wondering, if you would know if there a way to set the TwoPaneSplitView initial size in... fixed sizeunity enginesettingsinitialdiscussions https://discussions.unity.com/t/raycast-not-finding-tag-javascript/562149 Raycast not finding tag (JavaScript) - Unity Engine - Unity Discussions Jan 3, 2015 - So I know this is probably a question with a super easy fix, but I am tired of trying to figure it out. I am trying to cast a ray from the mouse, which I have... unity engineraycastfindingtagjavascript https://discussions.unity.com/t/prevent-rigidbody2d-push-other-rigidbodies-not-totally-ignore/593129 Prevent Rigidbody2D push other rigidbodies [not totally ignore] - Unity Engine - Unity Discussions Aug 11, 2015 - Hello, I want to make rigidbodies not to push eachother, I want them to act as wall to eachother. How can I do it? unity enginepreventpush https://discussions.unity.com/t/save-load-game-state/416583 Save/load game state - Unity Engine - Unity Discussions Jun 24, 2010 - Hello, I have a need to save/load the state of the entire Scene. (well, excluding one or two Game Objects) I found tangentially related information on... load gameunity enginesavestatediscussions https://discussions.unity.com/t/ontriggerenter-works-but-not-ontriggerexit/450375 onTriggerEnter works but not onTriggerExit??? - Unity Engine - Unity Discussions Jul 16, 2011 - Okay, have a simple bit of code. Player (rigidbody with collider, no charcontroller) moves, hits a cube set up as a trigger (box collider, no rigidbody). Cube... unity engineworksdiscussions https://discussions.unity.com/t/input-getaxis-horizontal-question/523875 input.getaxis("horizontal") Question - Unity Engine - Unity Discussions Dec 24, 2013 - Hi how do i access which horizontal direction it is going meaning in an if statement for example i know that the values is between -1 - 1 but dont know how to... unity engineinputhorizontalquestiondiscussions https://discussions.unity.com/t/efficient-way-to-look-up-non-primitive-objects/767048 Efficient way to look up non-primitive objects? - Unity Engine - Unity Discussions Nov 27, 2019 - Background: In my project, I have a custom class called Tile representing a position in a grid. All these objects have a unique combination of coordinates,... way tolook upunity engineefficient https://discussions.unity.com/t/instantiates-too-many-times-solved/563646 Instantiates too many times (SOLVED!) - Unity Engine - Unity Discussions Jan 15, 2015 - Okay so instantiating for close range damage was just a bad idea. I went with a much simpler approach of creating a new object with a circle collider in the... too manyunity enginetimessolveddiscussions https://discussions.unity.com/t/error-cs1513-855371/855371 Error CS1513 (855371) - Unity Engine - Unity Discussions unity engineerrordiscussions https://discussions.unity.com/t/basic-collision-problem/503661 Basic Collision Problem - Unity Engine - Unity Discussions Apr 30, 2013 - Hello, I am trying to make it so once my projectile hits the enemy they get destroyed. Its a basic 2d shooter Im making using these tutorials: The problem is... unity enginebasiccollisionproblemdiscussions https://discussions.unity.com/t/hololens-visual-studio-export-validation-error-c00ce011/673638 [HOLOLENS] Visual studio export - Validation error C00CE011 - Unity Engine - Unity Discussions Aug 9, 2017 - Hello, today I faced that error. Before I was doing export without any problem. I have certificate in Unity. Expiration date is 2018. visual studiounity enginehololensexportvalidation https://discussions.unity.com/t/call-android-method-in-c/878010 Call Android method in C# - Unity Engine - Unity Discussions in cunity enginecallandroidmethod https://discussions.unity.com/t/terrain-paint-on-terrain-between-2-or-more-vector3/645644 Terrain: Paint on Terrain between 2 or more Vector3? - Unity Engine - Unity Discussions Nov 11, 2016 - hey! I am actually pretty new to Terrain modification so please excuse this question if it might be stupid. So what i wanna do now is, i have an array of... terrain paintor moreunity engine https://discussions.unity.com/t/building-on-a-hill/451783 building on a hill ? - Unity Engine - Unity Discussions Aug 1, 2011 - I was wanting too have a system were I could build a tent, but since a tent doesnt have a foundation I cant just have that make up being on a hill, How would I... on aunity enginebuildinghilldiscussions https://discussions.unity.com/t/edge-artifacts-from-scaling-large-textures/521850 Edge artifacts from scaling large textures - Unity Engine - Unity Discussions Dec 2, 2013 - So I applied a large PNG image of a field with trees to a background quad, moved it far back from the camera (perspective) and then scaled it up a bunch to get... unity engineedgeartifactsscalinglarge https://discussions.unity.com/t/switch-to-android-platform-causes-_maintex-error/767857 Switch to Android platform causes _MainTex error. - Unity Engine - Unity Discussions Dec 3, 2019 - I switched platform from Windows PC to Android mobile and I am now getting the follow error. Does anyone know how to fix this? My Player Knight character is... switch toandroid platformunity enginecausesmaintex https://discussions.unity.com/t/player-with-collider-please-help-me/521004 Player with Collider Please Help me - Unity Engine - Unity Discussions Nov 22, 2013 - I have a Player(Cube). And left, right, up and down are walls(other cubes). As soon as I touch the wall, I will not come on. But I just go through through. And... please help meunity engineplayercolliderdiscussions https://discussions.unity.com/t/attach-and-align-a-procedural-mesh-to-a-bone/653676 Attach and align a procedural mesh to a bone - Unity Engine - Unity Discussions Jan 29, 2017 - Hello dear community, I am working on a project where the environment is procedurally destroyed and used as a weapon. After some weeks of hard work with... unity engineattachalignprocedural https://discussions.unity.com/t/optimization-question-unityscript-using-coroutines/521092 Optimization question UnityScript using coroutines - Unity Engine - Unity Discussions Nov 23, 2013 - Hi All, I have a problem with optimization of my code. Right now I have a few hundred enemies that all actively search for targets to attack. The way I am... unity engineoptimizationquestionusingcoroutines https://discussions.unity.com/t/audio-import-error/592509 Audio Import error - Unity Engine - Unity Discussions Aug 6, 2015 - Since updating to 5.1, audio does not import correctly. Shows as 'Unspecified error during import of AudioClipAssets/_Audio/Groan.aiff. Tried different formats... unity engineaudioimporterrordiscussions https://discussions.unity.com/t/cinamashine-wont-show-up/1550385 Cinamashine won't show up - Unity Engine - Unity Discussions Nov 9, 2024 - Hi, I was making a third person camarra player but when I installed cinamashine it did not pop up. Please help me because I am new to unity show upunity enginediscussions https://discussions.unity.com/t/animation-in-preview-differs-from-animation-in-game/1549123 Animation in preview differs from animation in game - Unity Engine - Unity Discussions Nov 6, 2024 - I have a jumping animation. It looks perfectly smooth in the preview, but when I actually use it in the game several frames seem to be missing. Here are two... unity engineanimationpreviewgamediscussions https://discussions.unity.com/t/is-there-such-thing-as-string/492428 Is there such thing as String[] - Unity Engine - Unity Discussions Dec 11, 2012 - I want to have an array of strings in the editor that I can see. How do I do this? I tried stuff : String[ ]; but that didint function properly. How can I have... unity enginethingstringdiscussions https://discussions.unity.com/t/incorrect-color-components-transformation/856959 Incorrect Color components transformation - Unity Engine - Unity Discussions Sep 28, 2021 - Hi! Can somebody explain why does this happen? var color = new Color(0f, 0f, 0f, 0.7f); var integer1 = (int) (100f * 0.7f); // 70 as expected var integer2 =... unity engineincorrectcolorcomponentstransformation https://discussions.unity.com/t/physic-gets-slow-down/421033 Physic gets slow down - Unity Engine - Unity Discussions Aug 20, 2010 - Hi all! First I want to thank you for all the good work with Unity3D engine and with this forum, because until now I have solved all my questions! We are... slow downunity enginephysicgetsdiscussions https://discussions.unity.com/t/assetbundlemanifest-getassetbundlehash-chnanging-hash/593365 AssetBundleManifest.GetAssetBundleHash chnanging hash - Unity Engine - Unity Discussions Aug 13, 2015 - When building bundles in 5.x they are build automaticly based on setting in assets/directories in project with dependancy (no Push/Pop api needed anymore). It... unity enginehashdiscussions https://discussions.unity.com/t/mirrored-window-for-displaying-to-audience/593136 Mirrored window for displaying to audience - Unity Engine - Unity Discussions Aug 11, 2015 - Hello, I am trying to figure out how to create a separate window showing only one camera with no barrel distortion for the sake of displaying a demo to an... unity enginemirroredwindowdisplayingaudience https://discussions.unity.com/t/uwp-compilation-error/664453 UWP compilation error - Unity Engine - Unity Discussions May 12, 2017 - Hello. I have this error when i compile UWP. Unity version: 2017.1.0b4 BuidType: D3D Use Net Core ScriptingBackand: IL2CPP API LVL: .NET 2.0 Scripting Runtime... compilation errorunity engineuwpdiscussions https://discussions.unity.com/t/optimise-game/521650 Optimise Game - Unity Engine - Unity Discussions Nov 29, 2013 - Hello does anyone know if you have a large terrain , imported heightmap, and it got some high mountains and lower ground. But some places there is some sharp... unity engineoptimisegamediscussions https://discussions.unity.com/t/instantiate-as-child-not-working/648024 Instantiate as Child not working - Unity Engine - Unity Discussions Dec 5, 2016 - Hi guys, im trying to instantiate a sword in my player hand, it works fine but is not a child of my playerhand parent, can anyone help plz? this is the code... not workingunity enginechilddiscussions https://discussions.unity.com/t/storing-gameobjects-in-an-array/491585 Storing GameObjects in an array - Unity Engine - Unity Discussions Nov 29, 2012 - I am in the process of writing some code to be used in a puzzle game. Basically, when the pieces are shuffled to the correct position, the play wins. What is... unity enginestoringarraydiscussions https://discussions.unity.com/t/flickering-and-buggy-reflections/563158 Flickering and Buggy Reflections - Unity Engine - Unity Discussions Jan 12, 2015 - Hello all, I am seeing a pretty severe issue with reflection probes. In the editor reflections seem to work fine with a slight flicker. However, once I made a... unity engineflickeringbuggyreflectionsdiscussions https://discussions.unity.com/t/radial-positioned-menus/561444 Radial Positioned Menus - Unity Engine - Unity Discussions Dec 26, 2014 - Hey all, I am planning to achieve something quite like the mock up below. None of those UI bubbles will be visable, but when there is some mouseOver on certain... unity engineradialpositionedmenusdiscussions https://discussions.unity.com/t/keycode-print-not-work/490671 Keycode.Print not work - Unity Engine - Unity Discussions not workunity enginekeycodeprintdiscussions https://discussions.unity.com/t/why-is-the-text-showing-darker/1554175 Why is the text showing darker? - Unity Engine - Unity Discussions Nov 15, 2024 - i restored my pc and it bugged unity a lot, how can i make the text look normal again? the textunity engineshowingdarkerdiscussions https://discussions.unity.com/t/button-transition-scaling-problem/765716 Button transition scaling problem - Unity Engine - Unity Discussions Nov 15, 2019 - Hello all: I am new to Unity. I have made two standard UI buttons, each of which has the default button script component that deals with button states and... unity enginebuttontransitionscalingproblem https://discussions.unity.com/t/path-tracing-not-rendering-transparent-materials/767886 Path tracing not rendering transparent materials - Unity Engine - Unity Discussions Dec 4, 2019 - Hi all, I was wondering if there was a fix to Unity not being able to see through transparent materials using the Path Tracer. I have tried using HDRP 7.0.1... transparent materialsunity enginepathtracingrendering https://discussions.unity.com/t/add-items-to-a-list/767897 Add items to a list - Unity Engine - Unity Discussions Dec 4, 2019 - Hello everyone, i am kind of struggling to make this simple code running. I am not a programmer but i am slowly learning while making a 3D game. The problem... add itemsunity enginelistdiscussions https://discussions.unity.com/t/physics-collider-problem-428650/428650 Physics collider problem (428650) - Unity Engine - Unity Discussions Nov 18, 2010 - I have a platform with kinematic rigidbody collider. The platform move from left to right. Now I instance a box with rigidbody collider.The box falls down to... unity enginephysicscolliderproblemdiscussions https://discussions.unity.com/t/reduce-dependancy-and-coupling-best-design-pattern/673918 Reduce dependancy and coupling (best design pattern)? - Unity Engine - Unity Discussions best designunity enginereducecouplingpattern https://discussions.unity.com/t/resolved-resolved/1550015 Resolved resolved - Unity Engine - Unity Discussions Nov 8, 2024 - resolved resolvedresolved unity engineresolveddiscussions https://discussions.unity.com/t/augmented-reality-sdk-space4ar/767609 Augmented Reality SDK - Space4AR - Unity Engine - Unity Discussions Dec 2, 2019 - Dear Developers! We are Space4 Co., Ltd developing AR technologies that is one of technologies for 4th industry revolution. We own the technologies including... augmented realityunity enginesdkdiscussions https://discussions.unity.com/t/help-with-weapon-recoil-when-ads/858515 help with weapon recoil when ads - Unity Engine - Unity Discussions Oct 13, 2021 - i have this problem with my weapon recoil. when you ads, the weapon lerps its global position to the global position of the ads point (this is so it always... help withunity engineweaponrecoilads https://discussions.unity.com/t/iphone-generation/400129 Iphone generation - Unity Engine - Unity Discussions Oct 24, 2009 - i am REALLY to stupid to understand the manual. Can someone please explain with some lines of code how to find out on which type of device the script runs? unity engineiphonegenerationdiscussions https://discussions.unity.com/t/certification-step-taking-over-24-hours/591271 Certification step taking over 24 hours - Unity Engine - Unity Discussions Jul 28, 2015 - Anyone else experiencing delays in the Windows Store publishing process? I know Microsoft has said they are going to be stricter about what gets published, so... taking overunity enginecertificationstephours https://discussions.unity.com/t/eff-codeing-question/521861 Eff. Codeing question - Unity Engine - Unity Discussions Dec 2, 2013 - Ok, I am completly new to the whole game scripting/coding aspect so work with me here, the most I usually code is databases and websites for low traffic. ATM I... unity engineeffquestiondiscussions https://discussions.unity.com/t/ui-buttons-react-on-keyboard-unwanted-behavior/560173 UI Buttons react on Keyboard?? Unwanted behavior. - Unity Engine - Unity Discussions Dec 13, 2014 - Hello EverBody, I am Vince Kieft and i am programming a game but i have a problem with the 4.6 UI. When i make a button and start the game and them press some... unity engineuibuttonsreactkeyboard https://discussions.unity.com/t/pause-script-until-animation-is-finished-708376/708376 Pause Script until Animation is finished. (708376) - Unity Engine - Unity Discussions Jul 17, 2018 - there are alot of examples of the old animation.isplaying but not alot for the new system. this code just seems to end instantly before its done playing. I... unity enginepausescriptanimationfinished https://discussions.unity.com/t/the-bad-side-of-anonymous-methods/675148 The bad side of Anonymous Methods - Unity Engine - Unity Discussions the badunity enginesideanonymousmethods https://discussions.unity.com/t/automatic-timeout-with-serial-ports/592751 Automatic Timeout with Serial Ports - Unity Engine - Unity Discussions Aug 8, 2015 - As part of a side project, I am trying to get input from a serial port, but am having a bit of trouble getting Unity to even run properly. While using the code... serial portsunity engineautomatictimeoutdiscussions https://discussions.unity.com/t/transitioning-background/563665 Transitioning Background - Unity Engine - Unity Discussions Jan 16, 2015 - Hi everyone, I am new to unity and am learning to code in C#. Currently the 2D application i am developing in unity requires a static background that changes... unity enginetransitioningbackgrounddiscussions https://discussions.unity.com/t/when-will-we-see-the-new-networking-system/767911 When will we see the new networking system? - Unity Engine - Unity Discussions Dec 4, 2019 - I wonder if Unity is working on the new networking system? You make UNET depreciated, but there is no other alternative from Unity. I read info that it should... see theunity engine https://discussions.unity.com/t/weird-property-default-value-problem-under-system-serializable/493044 Weird property default value problem under System.Serializable - Unity Engine - Unity Discussions Dec 19, 2012 - So, what I want to make is a tool to assign some object a sequence of steps of animations (each step may have several animations). And the way I do it is to... default valueunity engineweirdpropertyproblem https://discussions.unity.com/t/random-position-overlap-issue/647980 Random position, overlap issue - Unity Engine - Unity Discussions Dec 5, 2016 - Hello guys, i im trying to random position of 3 targets so they dont overlap, but sometimes they overlap i dont know why. Im randoming position then looking if... unity enginerandompositionoverlapissue https://discussions.unity.com/t/paneltextsettings-localization-is-using-glyphs-from-wrong-font/1538228 PanelTextSettings - localization is using glyphs from wrong font - Unity Engine - Unity Discussions Oct 17, 2024 - I have a PanelTextSettings with Asian languages and its fallback fonts are defined as follows: We have DefaultFontAsset for Latin script and then we have... unity enginelocalizationusingglyphs https://discussions.unity.com/t/convert-a-texture2d-to-material/671906 Convert a Texture2D to Material - Unity Engine - Unity Discussions unity engineconvertmaterialdiscussions https://discussions.unity.com/t/control-of-animation-and-script/593343 Control of animation and script - Unity Engine - Unity Discussions Aug 12, 2015 - I do not speak English well. Apply animation to a portion of the model.And one part of the other there is no way to move in the script? For example, part of... unity enginecontrolanimationscriptdiscussions https://discussions.unity.com/t/checking-null/450655 Checking Null? - Unity Engine - Unity Discussions Jul 20, 2011 - Hi, I have a simple script here attached to a collider and was wondering how do I check if the Object a ball, exists or not? The ball is an instantiated object... unity enginecheckingnulldiscussions https://discussions.unity.com/t/help-me-please/767767 Help me please!!!!!!! - Unity Engine - Unity Discussions Dec 3, 2019 - Hey, I would like to make a Flight Simulator. But there is one problem I would like to change the speed with the MouseScroll. Here is my Script and the... help meunity enginepleasediscussions https://discussions.unity.com/t/eventbus-trigger-not-called-mycustomevent/856759 EventBus.Trigger not called MyCustomEvent - Unity Engine - Unity Discussions unity engineeventbustriggercalleddiscussions https://discussions.unity.com/t/ui-toolkit-ingame-chat-with-emojis/1579857 UI Toolkit Ingame Chat with emojis - Unity Engine - Unity Discussions Jan 6, 2025 - Hey, im currently trying to integrate an ingame chat with ui toolkit. Is it possible to add emoji support and also maybe gifs. I want to create something... ui toolkitchat withunity engineingameemojis https://discussions.unity.com/t/dots-on-android-samsung-very-lag/764683 DOTS on Android Samsung Very Lag - Unity Engine - Unity Discussions Nov 7, 2019 - Unity 2019.1.13f1 LWRP Samsung Galaxy Tab S5e and Galaxy S6 Very Lag. Looks like it is doing something useless, but the FPS is always 5 ~ 10, and CPU amount in... on androidunity enginedotssamsunglag https://discussions.unity.com/t/scalable-gui/430987 scalable GUI - Unity Engine - Unity Discussions Dec 13, 2010 - Hi, all! i am in the final stages for the creation of my game. One of my biggest problems is the GUI. When you select different window sizes, the GUI buttons... unity enginescalableguidiscussions https://discussions.unity.com/t/changing-recttransforms-height-from-script/651980 Changing RectTransform's Height from script - Unity Engine - Unity Discussions Jan 14, 2017 - Hi, I need some help with Rect Transforms. So in my script I have a function that builds the skill tree (I only do it once, in editor, not in playtime ofc),... unity enginechangingheightscriptdiscussions https://discussions.unity.com/t/atc-game/591724 atc game - Unity Engine - Unity Discussions Jul 31, 2015 - The ground control simulator should have the following functions: Show the tracks of aircrafts Assigning gates to aircrafts Able to read the input of taxiways... unity engineatcgamediscussions https://discussions.unity.com/t/microsoft-access-database-c-connect/654524 Microsoft Access Database C# Connect - Unity Engine - Unity Discussions Feb 6, 2017 - Hey everyone, I am trying to connect to a Microsoft Access database .mdb can this be done? I would normally connect to an Sql database but due to project... microsoft accessunity enginedatabaseconnectdiscussions https://discussions.unity.com/t/ui-into-ovr-cameras/560968 UI into OVR cameras - Unity Engine - Unity Discussions Dec 20, 2014 - Hi there, Im newbie to oculus and right now im testing my project and i got an issue: Before i got the oculus I was using standart main camera and somewhere... unity engineuiovrcamerasdiscussions https://discussions.unity.com/t/extremely-poor-transform-setparent-performance-628443/628443 Extremely poor Transform.SetParent performance (628443) - Unity Engine - Unity Discussions May 25, 2016 - We commonly instantiate up to 100 or so objects, set their transform localPosition, and then reparent them to a container object (with worldPositionStays =... unity engineextremelypoortransformsetparent https://discussions.unity.com/t/keep-center-of-camera-view-to-front-of-user/767176 Keep center of camera view to front of user - Unity Engine - Unity Discussions Nov 28, 2019 - I am not sure how to explain this , but here I go. I have a car that moves automatically using a NavMesh, the player sees what happens through a camera... camera viewunity enginekeepcenter https://discussions.unity.com/t/spotlight-only-lighting-half-of-the-hemisphere/561053 Spotlight only lighting half of the hemisphere - Unity Engine - Unity Discussions Dec 21, 2014 - Has anyone else had this issue or knows of a way to fix it? of theunity enginespotlightlightinghalf https://discussions.unity.com/t/changing-color-of-specific-gameobject/500684 Changing color of specific gameObject - Unity Engine - Unity Discussions Mar 25, 2013 - Hi, I am a newbie to Unity so please consider my unskilled script. I tried to change color of specific part of gameObject, which is only a part of bone... unity enginechangingcolorspecificdiscussions