#Updating Needle made my Hotspot broke

1 messages · Page 1 of 1 (latest)

twin mist
#

Hello Needle,

I updated my framework from 3.37 to 3.44, but now my hotspot which use 2D texture doesn't work any more :
THREE.WebGLRenderer: Texture marked for update but no image data found

Please, how can I prevent this error ?

steel pawnBOT
# twin mist Hello Needle, I updated my framework from 3.37 to 3.44, but now my hotspot whi...

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

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.

twin mist
#

And, I also have scripts errors :

warped tree
#

Do you have C# compilation errors?
Did the component generator mess up and/or is there something else?

twin mist
warped tree
#

Did you already restart unity? Are there other erros?

twin mist
#

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...

warped tree
#

CC: @vale verge

#

I'm experiencing the same on latest on my side as well 👍

#

Where in editor it looks like this:

vale verge
twin mist
#

Yes I did

twin mist
warped tree
#

internal issue was filed :) we'll look into it asap!

twin mist
warped tree
#

marcel will provide more info :) we'll let you know when it will be resolved

vale verge
#

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

twin mist
#

Okay thanks !

vale verge
#

You're welcome and thanks for reporting

twin mist
#

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

vale verge
#

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

twin mist
#

Oh okay 😄

#

It's really long

#

2200sec

twin mist
#

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 ?

vale verge
#

No it's not. Do you have a lot of dependencies?

twin mist
#

No, not a lot

#

Les than 30

#

I will restart my computer
Again
Unity is really complex to manage

vale verge
#

Try running npm i @needle-tools/[email protected] in your web project directory (from a terminal or commandline window)

twin mist
#

It blocks a lot, load in infinite

vale verge
#

You mean this install in particular or what exactly?

twin mist
#

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

vale verge
#

Could you send me an editor log when you try opening this again?

twin mist
#

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

vale verge
#

Which command? npm install ?

twin mist
#

Unity makes my computer slow down a lot ^^' that's why

vale verge
#

Ok - npm install is what you'd be doing in any modern web project, this can hardly slow down your whole PC 🤔

twin mist
#

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

vale verge
#

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)

twin mist
#

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 ?

vale verge
#

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

twin mist
#

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

vale verge
#

If you could provide an editor log we can look into what might be causing this

twin mist
#

Ok I will

#

But first :

#

It works ! I will deployed it on my docker to verify the package management is ok but here it works

twin mist
#

This logs ?