#Updating Needle made my Hotspot broke
1 messages · Page 1 of 1 (latest)
Thanks for reaching out @twin mist
Please read through the following and share the information requested. This will help us to better assist you.
Description
Describe the issue that you're seeing. Please be as detailed as possible e.g. is this issue happening in Unity or Blender, which Needle Engine version are you using, do you see any errors in the Editor or Browser console, etc.
Information:
- If you're using Unity click the menu item Needle Engine/Report a Bug/Copy Project Info to Clipboard. Please share the results below.
- Please provide code snippets using Discord Code Blocks
- Have you contacted Needle through another channel or just through Discord?
Useful Links
- Needle Engine Samples - Find examples that you can download or try out in the browser for many common usecases
- Needle Engine Documentation
Did you know 💡
We now also have a forum with AI support: Join now with your discord account - or request help by clicking the button below.
And, I also have scripts errors :
Do you have C# compilation errors?
Did the component generator mess up and/or is there something else?
Did you already restart unity? Are there other erros?
I will try to restart all
My unity block
I will try on another project, the cooy
Copy*
I will try on it tomorrow
On my other project, I installed 3.44 :
But :
(and I clicked many times on install project)
I removed the node_modules and the package lock and it doesn't work neither...
CC: @vale verge
I'm experiencing the same on latest on my side as well 👍
Where in editor it looks like this:
Can you try restarting your local server?
Yes I did
If you can find a solution it would be great
internal issue was filed :) we'll look into it asap!
Thanks a lot
I didn't understand because this issues shows up on all of my projects >v3.37 needle
Without any updates, when I redeployed my projects, if Hotspot was on it, they disappeared
marcel will provide more info :) we'll let you know when it will be resolved
Hello @twin mist please try running a clean install (ALT + Install) - it should then install Needle Engine 3.44.1 which fixes this issue (we already had a fix for it and it was scheduled for today)
Let me know how it goes
Okay thanks !
You're welcome and thanks for reporting
I launched the clean install but when I go to the package manager and refresh, it doesn't find any 3.44.1, only 3.44.0
It was just an engine update. See the footer of ExportInfo
The Unity plugin is 3.44.0 but the runtime engine (NE) is 3.44.1
40min to remove node_modules and reinstall ??
Doesn't change from now and the reinstall is not finished yet, is it normal that's so long ?
No it's not. Do you have a lot of dependencies?
No, not a lot
Les than 30
I will restart my computer
Again
Unity is really complex to manage
Try running npm i @needle-tools/[email protected] in your web project directory (from a terminal or commandline window)
What do you mean?
It blocks a lot, load in infinite
You mean this install in particular or what exactly?
My other project copy (this same project but on another directory) for example, when I want to open it it blocks, it loads but don't open
Could you send me an editor log when you try opening this again?
I will when my computer will answer cause' actually I change launch the command you sent
And it blocks all
And I got a good PC so it's not about performances
Which command? npm install ?
Ok - npm install is what you'd be doing in any modern web project, this can hardly slow down your whole PC 🤔
No yes, that's about Unity not npm install don't worry
It's because unity blocks it files dependencies during its loading, so VS Code is blocked too, so npm is blocked too
So the entiere computer is slowed down
I see, but how is VSCode blocked? You can still open VSCode, Unity doesn't look other applications even if it takes a while to load (specific files can be locked from being deleted while in use but not whole applications)
I don't really know, just when I open VS Code, I can interact with it but in left top, next to "New Project" I see that Vs Code is loading so if I try a command the command is blocked
It's not the actually case cause' unity stopped its loading but it was before
Just to know, to make an update, we need to use unity, always
Or just npm i @needle-tools/engine@latest is enough ?
Just to know, to make an update, we need to use unity, always - not really. You can open your web project and update or install packages completely without Unity if you want to
npm i @needle-tools/engine@latest would work right now too because 3.44.1 is latest but generally i wouldnt recommend to just update to whatever is latest
Okay
Because I got a lot of slow downs with unity if I can try making updates without use it it's better 😅
For example, just to close the editor
If you could provide an editor log we can look into what might be causing this