26
2021
Unity Forums Auto Select Current SubForum in Search (GreaseMonkey script)
Someone suggested in the forums that forums search page could auto-select current sub-board. Tested it quickly with GreaseMonkey and seems to work well, here’s the source: Related topic:https://forum.unity.com/threads/suggestions-for-the-search-forum-functionality.1115584/
31
2018
Find Nearby Objects using CullingGroup
Saw this tip at #UniteKL18, fast way to get nearby objects using CullingGroup! (main image with 5000 gameobjects, searching objects within 3m radius) example source code: https://github.com/UnityCommunity/UnityLibrary/blob/master/Assets/Scripts/Docs/UnityEngine/CullingGroupExample.cs my example project: https://github.com/unitycoder/GetNearestObjectsWithCullingGroup Some notes on that: – You need to have MainCamera in the scene (as […]
14
2018
[External Tool] Search Text In Files
I couldn’t find a simple free tool for searching text in files.. so had to make one : / Seems to work well enough already, main just using it for searching unity builtin shader sources 🙂 Still few features to be added.. Sources & Download […]
23
2015
Monodevelop Scripting API search help
You can assign F1 key as Unity scripting API search in MonoDevelop: – Tools / Options – Key Bindings – First remove F1 key from Help, assign some other key for it like control+F1 – Then assign F1 for the Unity API Reference – Done! […]
26
2013
KDTree Find Nearest Object
Small test using the KDTree from unity forums (link to the post, source is attached there). Webplayer: http://unitycoder.com/upload/demos/KDTreeUnity/ (2000 objects)
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on