# Hyperfy Discord - 2025-09-05

## Overall Discussion Highlights

### Platform Usage & Access
- A new user (MaxFlowers) was directed to the vibe.hyperfy.xyz world after having trouble finding how to access Hyperfy content seen on Twitter
- Basic interaction mechanics were explained, including how to use the "/create" command to generate content
- A user reported a crash when using the "/create a cloud dissipating" command, though the system rebooted itself afterward

### Technical Development
- Discussion about custom animations for player avatars, specifically challenges in creating compatible .glb animation files
- A user successfully created a custom avatar.vrm file but encountered issues with animations
- Attempted conversion of Mixamo .fbx animations to .glb format resulted in the player appearing blank during animation playback

### 3D Design & Generation
- NVIDIA blog post shared about RTX AI Garage Blueprint for 3D object generation using NIM and Microsoft Trellis
- The system reportedly achieves 6 seconds per GLB file generation on an NVIDIA 5090 GPU

### Asset Management Issues
- A user (Kz) experienced problems uploading objects/assets into their world
- The issue appeared to work in their local environment but failed when deployed to a server
- Troubleshooting included right-clicking on images in build mode and checking for image compatibility

## Key Questions & Answers

**Q: Is there a way to join a world? When I go to the website I don't see a way to play, seems stuck on loading screen**  
A: "This is the world you prob. saw on twitter https://vibe.hyperfy.xyz/ point somewhere, press enter to open the chat, write /create ... to generate stuff" (answered by Gert-Jan Akerboom)

**Q: If I change the default avatar on the frontend does that also need to be done in .env to make it permanent?**  
A: "In the world settings menu? that's saved automatically. It gets saved to the worlds database." (answered by ash)

**Q: How are animation .glb files made for Hyperfy player avatars?**  
A: Unanswered in the chat segment

## Community Help & Collaboration

1. **New User Onboarding**
   - Helper: Gert-Jan Akerboom
   - Helpee: MaxFlowers
   - Context: New user unable to find how to access the Hyperfy world seen on Twitter
   - Resolution: Provided direct link to vibe.hyperfy.xyz and basic instructions on how to interact with the platform

2. **Asset Upload Troubleshooting**
   - Helper: Gert-Jan Akerboom
   - Helpee: Kz
   - Context: Unable to upload objects into world
   - Resolution: Suggested right-clicking on the image in build mode and then uploading, but issue persisted

3. **Environment Configuration Review**
   - Helper: ash
   - Helpee: Kz
   - Context: Unable to upload assets to server despite working locally
   - Resolution: Offered to review .env file with obscured secrets to identify configuration issues

## Action Items

### Technical
- Investigate crash when using "/create a cloud dissipating" command (Mentioned by web-gnar)
- Investigate server-side asset upload failures - debug why uploads work locally but fail on server deployment (Mentioned by Kz)
- Check database configuration for avatar settings persistence (Mentioned by odds)
- Review environment configuration - examine .env file for potential issues with asset uploading (Mentioned by ash)
- Investigate proper workflow for creating compatible animation .glb files for Hyperfy avatars (Mentioned by highlander)

### Documentation
- Create documentation on how to properly create and implement custom animations for Hyperfy avatars (Mentioned by highlander)

### Feature
- Consider improving compatibility with standard animation formats like those from Mixamo (Mentioned by highlander)