Browsing articles in "Unity3d"
Apr
26
2024

UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)

Just noticed that Unity Hub has builtin login dialog system hidden inside! Steps– Unpack your app.asar, see info https://github.com/unitycoder/UnityHubModding– Open Unity Hub\resources\app\build\main\services\authService\AuthService.js// Find lineif ((0, appDefaultProtocolClientHelpers_1.isUnityHubProtocolHandled)()) {// replace with (to make this “if” be false, so that createLoginWindow gets called instead)if (1==0 && (0, appDefaultProtocolClientHelpers_1.isUnityHubProtocolHandled)()) […]

Apr
24
2024

Use TikTok-TTS in Unity (with WebRequest)

Was watching some weird physics based game developed at https://www.twitch.tv/clayman_dev and they used node.js+tiktok TTS to play funny text-to-speech sounds! Then found this library, https://github.com/Steve0929/tiktok-tts (took a while to get it working as node.js, due to sessionid+server mismatch, but posted solution here https://github.com/Steve0929/tiktok-tts/issues/17 ) Then […]

Apr
7
2024

Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI

Testing about creating Scene Preview image from Scene Camera view, when scene is savedand then display that preview image when scene is selected! Resources:– https://docs.unity3d.com/ScriptReference/SceneManagement.EditorSceneManager-sceneSaved.html– https://docs.unity3d.com/ScriptReference/Editor.OnPreviewGUI.html Forum thread: (where i got the idea to try)https://forum.unity.com/threads/2024-and-still-no-snapshot.1575175/ Source:https://gist.github.com/unitycoder/b740b9db92e454d83ade8528d5e1f382 VIDEO: (making of) New: One other alternative,can use RenderStaticPreview […]

Mar
13
2024

Using Moonsharp (LUA) + Unity Webgl

Moonsharp has some issues in webgl builds, but here’s working repo and some notes. REPO ( unity 2022.3.7f1 )– https://github.com/unitycoder/MoonSharpWebGL WEBGL DEMO– https://unitycoder.com/upload/demos/moonsharpwebgl/ NOTES– You need to grab this webgl fix: https://github.com/moonsharp-devs/moonsharp/pull/146– You need to do hard wiring (or at least i didn’t get the […]

Mar
9
2024

Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface

Required Packages – Tested this on Unity 2023.2.3f1 (but works in other versions too)– AI Navigation : https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/index.html– 2D Tilemap Editor : https://docs.unity3d.com/Packages/com.unity.2d.tilemap@1.0/manual/index.html– 2D Tilemap Extras : https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@4.0/manual/index.html Setup Tilemap with 3D Prefabs – Add 2D Tilemap to Scene– Set Grid Cell layout to XZY […]

Mar
6
2024

Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)

Steps WARNING! VIDEO forum post: https://forum.unity.com/threads/workaround-custom-icon-and-preview-image-for-your-new-project-templates.1554800/

Jan
29
2024

Pong-Wars in Unity

Converted this javascript thing into unity c#https://github.com/vnglst/pong-wars source code: *might have some bugs still (and not optimized at all).https://gist.github.com/unitycoder/a10c215ec9c477ff0e04c964dff3208f usage:– attach script to Quad with Unlit material– assign some soundclip or disable the audio in code making of video:https://www.youtube.com/watch?v=EP5QwyGdN70

Jan
4
2024

Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub)

I just wanted to build Quest 3 XR demo apk quickly.. but ended up fighting with android sdk installations. STEPS TROUBLESHOOTING sdkmanager.bat says: “.. been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime […]

Pages:1234567...49»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.