luisqtr / exciteometer

The Excite-O-Meter is a user-friendly Unity plugin for XR creators to integrate physiological user information in the development and evaluation of XR content. Specifically, it allows to record, analyze, and visualize validated metrics of heart activity from the chest strap sensor Polar H10 and movement trajectories from VR headsets.
http://exciteometer.eu/
GNU General Public License v3.0
43 stars 4 forks source link

ScreenRecorder setup #11

Closed 99bits closed 1 year ago

99bits commented 1 year ago

Hi Luis,

I am testing the project in unity 2022 and most of it is working but not the screen recording. Do you know what this error could be.
ScreenRecorderSet

99bits commented 1 year ago

Created a fresh 2022 URP project, imported the Exciteometer unity package. and the error went away.

luisqtr commented 1 year ago

Hi. Glad to know that it works properly. In the first project, make sure that the DataLogger_Controller has a filename configured as Events and Markers. Fixing the warning will also get rid of the error.

image