Getting started with Needle Engine for Unity - Beginner Tutorial | Needle

Поділитися
Вставка
  • Опубліковано 28 тра 2024
  • In this tutorial we're going to show you how to set up Needle Engine in Unity and how to export an interactable 3D scene to the web!
    Our Getting Started guide:
    docs.needle.tools/getting-sta...
    Chapters:
    00:00 - Intro
    00:22 - Download Needle Engine for Unity
    00:58 - Setting up a new Project
    01:10 - Importing the Needle Package
    01:27 - Setting up the Sandbox Sample Scene
    02:23 - Generating a new Project
    03:00 - Working in Unity with Needle Engine
    03:16 - Networking Features
    03:33 - Rooms
    03:50 - Making a new Object interactable
    04:37 - Deploying to Glitch
    05:27 - Outro
    Find us here:
    Website: needle.tools/
    Forum: forum.needle.tools/
    Twitter: / needletools
    Instagram: / needletools
    Discord Server: discord.needle.tools/
  • Розваги

КОМЕНТАРІ • 13

  • @TronikXR
    @TronikXR Місяць тому +2

    Thank you so much! More of these please, on your AR features. 🙏

    • @needle-tools
      @needle-tools  Місяць тому +1

      Anything specific you're interested in?

    • @TronikXR
      @TronikXR Місяць тому +1

      @@needle-tools Yes, most specifically using image target tracking and plane tracking. Individually and together for AR and VR experiences. I've been trying to figure out how to have an image trigger ,using image tracking, activate a VR experience that then switches to plane tracking, so the image doesn't have to be in view to continue the experience.

  • @ZinaidaKovrova
    @ZinaidaKovrova Місяць тому +1

    Cool 🤩

  • @fleity
    @fleity Місяць тому +1

    This sounds surprisingly like a non-unity web runtime which uses the unity editor as.. Well an editor.. But that means.. No runtime fee for projects build with your tool? XD are they okay with this.

    • @needle-tools
      @needle-tools  Місяць тому +2

      There are no runtime fees - exactly. And you're not forced to use unity either :) we have an integration for Blender as well (with more to come) - a getting started video for Blender will be uploaded soon

  • @Tactic3d
    @Tactic3d Місяць тому +1

    Works well, very performant loading time. Does it support the multi layers inside animator now?

    • @needle-tools
      @needle-tools  Місяць тому

      Hi, multiple layers are not supported yet. If it's something you're interested in please open a feature request on github github.com/needle-tools/needle-engine-support. Thank you

    • @Tactic3d
      @Tactic3d Місяць тому

      @@needle-tools Don't understand how to fill in a request on github. please fill in for us

  • @potter3416
    @potter3416 Місяць тому

    Just tried it. Great tech-stack but good things ruined for me by doing everything like even starting npm server?!. It downloads so many stuff in the background to setup a scene that I didnt feel any safe for using it in Unity.
    - Unity packages set registry for UPM
    - Needle for Unity downloads stuff/samples from registry
    - Exports uses nodejs for web server
    - Needle for Unity invoke npm install, it starts download packages in the background
    - Needle for Unity wants to start a server
    There are like at least 3 area where supply-chain-attack can happen here. Tools shouldn't do these.
    Great tool ruined by dubious UX.

    • @needle-tools
      @needle-tools  29 днів тому

      Thank you for the honest feedback. To enable people to build great spatial web apps, we manage parts of the modern web development workflow for you - which includes running npm and node locally, to leverage modern features such as code hot reload, efficient bundling, a local development server, and a build pipeline that can be extended with plugins. The parts that we manage by default can also be done manually if that is desired.
      We're aware that running local servers and tools is not for everyone, and are working on options to reduce what you have to install/run locally, for the users that prefer fully managed cloud based workflows. Stay tuned!

  • @corimyers4985
    @corimyers4985 Місяць тому

    I’m not clear on what this is supposed to do. If you can’t build in a website and it’s displayed through glitch…what is the point?

    • @needle-tools
      @needle-tools  Місяць тому +2

      You're building a website!
      Glitch is just an example for a simple way to share your website with others but you can upload via FTP or to other hosting providers. We support many more providers/servers tho: engine.needle.tools/docs/deployment.html
      You can also take a look at our samples. There are many diverse and cool websites being built and running on Needle Engine engine.needle.tools/samples
      Additionally here is a recent demo that is available with source access: engine.needle.tools/demos/lods
      The source code with an example for Unity or just vite is available here as well: github.com/needle-engine/progressive-meshes-sample
      The cool thing is: you can just build your website and use Needle Engine with threejs (or just threejs if you prefer) and we take care of optimizing your files - you just click build *or* run one command
      Let us know if you still have questions :)