Open Issues Need Help
View All on GitHubOverte open source virtual worlds platform.
Overte open source virtual worlds platform.
AI Summary: Correct the JavaScript example in the `Entities.getEntityObject` documentation on the Overte API docs website. The example has an incorrect capitalization (`getentityObject` should be `getEntityObject`) and is missing a closing parenthesis in the `connect` function.
Overte open source virtual worlds platform.
Overte open source virtual worlds platform.
AI Summary: The task is to modify the Overte project's `AboutUtil` to directly return the `BUILD_TIME` constant instead of attempting to parse and format an empty date string. This involves removing the date parsing and formatting logic and simplifying the `About.buildDate` retrieval.
Overte open source virtual worlds platform.
AI Summary: Update the Overte documentation to correct the spelling of the `Script` property from `filename` to `fileName`. This involves finding all instances of the incorrect spelling in the documentation and replacing them with the correct spelling.
Overte open source virtual worlds platform.
AI Summary: Debug and fix a race condition in the Overte virtual worlds platform that causes material dimensions to reset to (0.1, 0.1, 0.1) when the server restarts in 3D projection mode. This likely involves investigating the interaction between material mode changes and dimension locking/unlocking mechanisms within the Overte codebase.
Overte open source virtual worlds platform.