WLVerse / FlexEngine

The official GAM200-250 fork of FlexEngine
https://wlverse.web.app
MIT License
0 stars 3 forks source link

Scripting #122

Open DireVision opened 1 week ago

DireVision commented 1 week ago

Implemented using lua scripting

  1. Should be able to attach a script component which is bound to a lua script
  2. Should contain hooks such as OnCollision, such that it can be inserted into systems
  3. Component should show up in the inspector as a script, but can be toggled between any of the scripts that have been created previously. Ideally this would be integrated with the asset browser to recognise lua files