microsoft / mixed-reality-extension-sdk

The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.
MIT License
142 stars 61 forks source link

Changes in the code (MRE) are not reflected in Altspace VR #753

Closed likhita-biyyala closed 2 years ago

likhita-biyyala commented 2 years ago

I have downloaded the code from git-hub & have done the setup required and have successfully executed hello-world application in local server ,and then i have made some changes in the content of text "Hello World" to "Hello world MRE" or some other content i have given saved the file and restarted the local server , but still those changes are not reflected in the application in Altspace VR , still "Hello World" text coming out in the AltspaceVR app. Any idea why this issue is happening ??

cweseloh commented 2 years ago

Did you build the ts files after you saved them?